#BCB251

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

Shades of Olive Green #BCB251

Tints of Olive Green #BCB251

Color information

#BCB251 (or 0xBCB251) is unknown color: approx Olive Green. HEX triplet: BC, B2 and 51. RGB value is (188,178,81). Sum of RGB (Red+Green+Blue) = 188+178+81=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB251 is #434DAE. Grayscale: #AAAAAA. Windows color (decimal): -4410799 or 5354172. OLE color: 5354172.

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

Color convert

RGB18817881-
CMYK00.050.570.26
HSL54.39º44.4%52.75%-
HSV(B)54.39º56.91%73.73%-
XYZ38.1443.1314.1-
YUV169.9377.81140.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 178 (69.92% from 255) = 39.82%
BLUE value IS 81 (32.03% from 255) = 18.12%
R=42.06%
G=39.82%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881788100.050.570.2654.3944.452.75
HexBCB25105391A362c35
Octal274262121057132665465
Binary10111100101100101010001010111100111010110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB251; }

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

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

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

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

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

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

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

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