#BCB860

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

Shades of Olive Green #BCB860

Tints of Olive Green #BCB860

Color information

#BCB860 (or 0xBCB860) is unknown color: approx Olive Green. HEX triplet: BC, B8 and 60. RGB value is (188,184,96). Sum of RGB (Red+Green+Blue) = 188+184+96=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB860 is #43479F. Grayscale: #AFAFAF. Windows color (decimal): -4409248 or 6338748. OLE color: 6338748.

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

Color convert

RGB18818496-
CMYK00.020.490.26
HSL57.39º40.71%55.69%-
HSV(B)57.39º48.94%73.73%-
XYZ39.9945.8217.8-
YUV175.1683.33137.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 184 (72.27% from 255) = 39.32%
BLUE value IS 96 (37.89% from 255) = 20.51%
R=40.17%
G=39.32%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881849600.020.490.2657.3940.7155.69
HexBCB86002311A392938
Octal274270140026132715170
Binary1011110010111000110000001011000111010111001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB860; }

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

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

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

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

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

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

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

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