#BCB861

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

Shades of Olive Green #BCB861

Tints of Olive Green #BCB861

Color information

#BCB861 (or 0xBCB861) is unknown color: approx Olive Green. HEX triplet: BC, B8 and 61. RGB value is (188,184,97). Sum of RGB (Red+Green+Blue) = 188+184+97=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB861 is #43479E. Grayscale: #AFAFAF. Windows color (decimal): -4409247 or 6404284. OLE color: 6404284.

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

Color convert

RGB18818497-
CMYK00.020.480.26
HSL57.36º40.44%55.88%-
HSV(B)57.36º48.4%73.73%-
XYZ40.0445.8418.05-
YUV175.2883.83137.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=40.09%
G=39.23%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881849700.020.480.2657.3640.4455.88
HexBCB86102301A392838
Octal274270141026032715070
Binary1011110010111000110000101011000011010111001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB861; }

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

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

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

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

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

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

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

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