#BCB127

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

Shades of Earls Green #BCB127

Tints of Earls Green #BCB127

Color information

#BCB127 (or 0xBCB127) is unknown color: approx Earls Green. HEX triplet: BC, B1 and 27. RGB value is (188,177,39). Sum of RGB (Red+Green+Blue) = 188+177+39=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB127 is #434ED8. Grayscale: #A5A5A5. Windows color (decimal): -4411097 or 2601404. OLE color: 2601404.

HSL color Cylindrical-coordinate representation of color #BCB127: hue angle of 55.57º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCB127 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18817739-
CMYK00.060.790.26
HSL55.57º65.64%44.51%-
HSV(B)55.57º79.26%73.73%-
XYZ36.8342.288.14-
YUV164.5657.14144.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 39 (15.62% from 255) = 9.65%
R=46.53%
G=43.81%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881773900.060.790.2655.5765.6444.51
HexBCB127064F1A38422d
Octal2742614706117327010255
Binary101111001011000110011101101001111110101110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB127; }

 p { color: rgb(188,177,39); }

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

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

 a { background-color: rgb(188,177,39); }

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

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

 span { border-color: rgb(188,177,39); }

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