#BCB027

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

Shades of Earls Green #BCB027

Tints of Earls Green #BCB027

Color information

#BCB027 (or 0xBCB027) is unknown color: approx Earls Green. HEX triplet: BC, B0 and 27. RGB value is (188,176,39). Sum of RGB (Red+Green+Blue) = 188+176+39=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB027 is #434FD8. Grayscale: #A4A4A4. Windows color (decimal): -4411353 or 2601148. OLE color: 2601148.

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

Color convert

RGB18817639-
CMYK00.060.790.26
HSL55.17º65.64%44.51%-
HSV(B)55.17º79.26%73.73%-
XYZ36.6341.898.07-
YUV163.9757.48145.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 39 (15.62% from 255) = 9.68%
R=46.65%
G=43.67%
B=9.68%

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
Decimal1881763900.060.790.2655.1765.6444.51
HexBCB027064F1A37422d
Octal2742604706117326710255
Binary101111001011000010011101101001111110101101111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB027; }

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

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

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

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

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

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

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

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