#BCB851

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

Shades of Olive Green #BCB851

Tints of Olive Green #BCB851

Color information

#BCB851 (or 0xBCB851) is unknown color: approx Olive Green. HEX triplet: BC, B8 and 51. RGB value is (188,184,81). Sum of RGB (Red+Green+Blue) = 188+184+81=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB851 is #4347AE. Grayscale: #ADADAD. Windows color (decimal): -4409263 or 5355708. OLE color: 5355708.

HSL color Cylindrical-coordinate representation of color #BCB851: hue angle of 57.76º degrees, saturation: 0.44, 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 #BCB851 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18818481-
CMYK00.020.570.26
HSL57.76º44.4%52.75%-
HSV(B)57.76º56.91%73.73%-
XYZ39.3645.5714.51-
YUV173.4575.83138.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 81 (32.03% from 255) = 17.88%
R=41.50%
G=40.62%
B=17.88%

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
Decimal1881848100.020.570.2657.7644.452.75
HexBCB85102391A3a2c35
Octal274270121027132725465
Binary1011110010111000101000101011100111010111010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB851; }

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

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

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

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

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

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

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

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