#B4AA31

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

Shades of Earls Green #B4AA31

Tints of Earls Green #B4AA31

Color information

#B4AA31 (or 0xB4AA31) is unknown color: approx Earls Green. HEX triplet: B4, AA and 31. RGB value is (180,170,49). Sum of RGB (Red+Green+Blue) = 180+170+49=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AA31 is #4B55CE. Grayscale: #9F9F9F. Windows color (decimal): -4937167 or 3254964. OLE color: 3254964.

HSL color Cylindrical-coordinate representation of color #B4AA31: hue angle of 55.42º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4AA31 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18017049-
CMYK00.060.730.29
HSL55.42º57.21%44.9%-
HSV(B)55.42º72.78%70.59%-
XYZ33.7538.678.59-
YUV159.265.81142.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 49 (19.53% from 255) = 12.28%
R=45.11%
G=42.61%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801704900.060.730.2955.4257.2144.9
HexB4AA3106491D37392d
Octal264252610611135677155
Binary10110100101010101100010110100100111101110111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA31; }

 p { color: rgb(180,170,49); }

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

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

 a { background-color: rgb(180,170,49); }

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

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

 span { border-color: rgb(180,170,49); }

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