#BCB456

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

Shades of Olive Green #BCB456

Tints of Olive Green #BCB456

Color information

#BCB456 (or 0xBCB456) is unknown color: approx Olive Green. HEX triplet: BC, B4 and 56. RGB value is (188,180,86). Sum of RGB (Red+Green+Blue) = 188+180+86=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB456 is #434BA9. Grayscale: #ACACAC. Windows color (decimal): -4410282 or 5682364. OLE color: 5682364.

HSL color Cylindrical-coordinate representation of color #BCB456: hue angle of 55.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCB456 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18818086-
CMYK00.040.540.26
HSL55.29º43.22%53.73%-
HSV(B)55.29º54.26%73.73%-
XYZ38.7444.0115.26-
YUV171.6879.65139.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 86 (33.98% from 255) = 18.94%
R=41.41%
G=39.65%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881808600.040.540.2655.2943.2253.73
HexBCB45604361A372b36
Octal274264126046632675366
Binary10111100101101001010110010011011011010110111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB456; }

 p { color: rgb(188,180,86); }

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

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

 a { background-color: rgb(188,180,86); }

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

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

 span { border-color: rgb(188,180,86); }

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