#BCB227

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

Shades of Earls Green #BCB227

Tints of Earls Green #BCB227

Color information

#BCB227 (or 0xBCB227) is unknown color: approx Earls Green. HEX triplet: BC, B2 and 27. RGB value is (188,178,39). Sum of RGB (Red+Green+Blue) = 188+178+39=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB227 is #434DD8. Grayscale: #A5A5A5. Windows color (decimal): -4410841 or 2601660. OLE color: 2601660.

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

Color convert

RGB18817839-
CMYK00.050.790.26
HSL55.97º65.64%44.51%-
HSV(B)55.97º79.26%73.73%-
XYZ37.0342.688.21-
YUV165.1456.81144.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 178 (69.92% from 255) = 43.95%
BLUE value IS 39 (15.62% from 255) = 9.63%
R=46.42%
G=43.95%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881783900.050.790.2655.9765.6444.51
HexBCB227054F1A38422d
Octal2742624705117327010255
Binary101111001011001010011101011001111110101110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB227; }

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

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

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

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

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

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

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

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