#BCB850

Color #BCB850 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BCB850

Tints of Olive Green #BCB850

Color information

#BCB850 (or 0xBCB850) is unknown color: approx Olive Green. HEX triplet: BC, B8 and 50. RGB value is (188,184,80). Sum of RGB (Red+Green+Blue) = 188+184+80=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB850 is #4347AF. Grayscale: #ADADAD. Windows color (decimal): -4409264 or 5290172. OLE color: 5290172.

HSL color Cylindrical-coordinate representation of color #BCB850: hue angle of 57.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCB850 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18818480-
CMYK00.020.570.26
HSL57.78º44.63%52.55%-
HSV(B)57.78º57.45%73.73%-
XYZ39.3345.5514.31-
YUV173.3475.33138.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 184 (72.27% from 255) = 40.71%
BLUE value IS 80 (31.64% from 255) = 17.70%
R=41.59%
G=40.71%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881848000.020.570.2657.7844.6352.55
HexBCB85002391A3a2d35
Octal274270120027132725565
Binary1011110010111000101000001011100111010111010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB850; }

 p { color: rgb(188,184,80); }

 H1.HeaderClassName
 {
   color: #BCB850;
 }
 .AnyTagClassName
 {
   color: #BCB850;
 }
</style>
background-color css

<style>
 a { background-color: #BCB850; }

 a { background-color: rgb(188,184,80); }

 div.DivClassName
 {
   background-color: #BCB850;
 }
 .BgClassName
 {
   background-color: #BCB850;
 }
</style>
border-color css

<style>
 span { border-color: #BCB850; }

 span { border-color: rgb(188,184,80); }

 td.TdClassName
 {
   border-color: #BCB850;
 }
 .TagClassName
 {
   border-color: #BCB850;
 }
</style>