#BCB64F

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

Shades of Olive Green #BCB64F

Tints of Olive Green #BCB64F

Color information

#BCB64F (or 0xBCB64F) is unknown color: approx Olive Green. HEX triplet: BC, B6 and 4F. RGB value is (188,182,79). Sum of RGB (Red+Green+Blue) = 188+182+79=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB64F is #4349B0. Grayscale: #ACACAC. Windows color (decimal): -4409777 or 5224124. OLE color: 5224124.

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

Color convert

RGB18818279-
CMYK00.030.580.26
HSL56.7º44.86%52.35%-
HSV(B)56.7º57.98%73.73%-
XYZ38.8844.7113.98-
YUV172.0575.49139.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 182 (71.48% from 255) = 40.53%
BLUE value IS 79 (31.25% from 255) = 17.59%
R=41.87%
G=40.53%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881827900.030.580.2656.744.8652.35
HexBCB64F033A1A392d34
Octal274266117037232715564
Binary1011110010110110100111101111101011010111001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB64F; }

 p { color: rgb(188,182,79); }

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

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

 a { background-color: rgb(188,182,79); }

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

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

 span { border-color: rgb(188,182,79); }

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