#B4B127

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

Shades of Earls Green #B4B127

Tints of Earls Green #B4B127

Color information

#B4B127 (or 0xB4B127) is unknown color: approx Earls Green. HEX triplet: B4, B1 and 27. RGB value is (180,177,39). Sum of RGB (Red+Green+Blue) = 180+177+39=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B127 is #4B4ED8. Grayscale: #A2A2A2. Windows color (decimal): -4935385 or 2601396. OLE color: 2601396.

HSL color Cylindrical-coordinate representation of color #B4B127: hue angle of 58.72º 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 #B4B127 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18017739-
CMYK00.020.780.29
HSL58.72º64.38%42.94%-
HSV(B)58.72º78.33%70.59%-
XYZ34.9141.298.05-
YUV162.1658.49140.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 177 (69.53% from 255) = 44.70%
BLUE value IS 39 (15.62% from 255) = 9.85%
R=45.45%
G=44.70%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801773900.020.780.2958.7264.3842.94
HexB4B127024E1D3b402b
Octal2642614702116357310053
Binary10110100101100011001110101001110111011110111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B127; }

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

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

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

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

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

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

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

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