#BCB132

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

Shades of Earls Green #BCB132

Tints of Earls Green #BCB132

Color information

#BCB132 (or 0xBCB132) is unknown color: approx Earls Green. HEX triplet: BC, B1 and 32. RGB value is (188,177,50). Sum of RGB (Red+Green+Blue) = 188+177+50=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB132 is #434ECD. Grayscale: #A6A6A6. Windows color (decimal): -4411086 or 3322300. OLE color: 3322300.

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

Color convert

RGB18817750-
CMYK00.060.730.26
HSL55.22º57.98%46.67%-
HSV(B)55.22º73.4%73.73%-
XYZ37.0442.379.24-
YUV165.8162.64143.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 177 (69.53% from 255) = 42.65%
BLUE value IS 50 (19.92% from 255) = 12.05%
R=45.30%
G=42.65%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881775000.060.730.2655.2257.9846.67
HexBCB13206491A373a2f
Octal274261620611132677257
Binary10111100101100011100100110100100111010110111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB132; }

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

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

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

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

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

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

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

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