#B4B227

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

Shades of Earls Green #B4B227

Tints of Earls Green #B4B227

Color information

#B4B227 (or 0xB4B227) is unknown color: approx Earls Green. HEX triplet: B4, B2 and 27. RGB value is (180,178,39). Sum of RGB (Red+Green+Blue) = 180+178+39=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B227 is #4B4DD8. Grayscale: #A3A3A3. Windows color (decimal): -4935129 or 2601652. OLE color: 2601652.

HSL color Cylindrical-coordinate representation of color #B4B227: hue angle of 59.15º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4B227 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18017839-
CMYK00.010.780.29
HSL59.15º64.38%42.94%-
HSV(B)59.15º78.33%70.59%-
XYZ35.1141.698.12-
YUV162.7558.16140.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 178 (69.92% from 255) = 44.84%
BLUE value IS 39 (15.62% from 255) = 9.82%
R=45.34%
G=44.84%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801783900.010.780.2959.1564.3842.94
HexB4B227014E1D3b402b
Octal2642624701116357310053
Binary1011010010110010100111011001110111011110111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B227; }

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

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

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

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

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

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

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

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