#B7AA31

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

Shades of Earls Green #B7AA31

Tints of Earls Green #B7AA31

Color information

#B7AA31 (or 0xB7AA31) is unknown color: approx Earls Green. HEX triplet: B7, AA and 31. RGB value is (183,170,49). Sum of RGB (Red+Green+Blue) = 183+170+49=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA31 is #4855CE. Grayscale: #A0A0A0. Windows color (decimal): -4740559 or 3254967. OLE color: 3254967.

HSL color Cylindrical-coordinate representation of color #B7AA31: hue angle of 54.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7AA31 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18317049-
CMYK00.070.730.28
HSL54.18º57.76%45.49%-
HSV(B)54.18º73.22%71.76%-
XYZ34.4639.048.62-
YUV160.0965.31144.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 49 (19.53% from 255) = 12.19%
R=45.52%
G=42.29%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831704900.070.730.2854.1857.7645.49
HexB7AA3107491C363a2d
Octal267252610711134667255
Binary10110111101010101100010111100100111100110110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA31; }

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

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

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

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

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

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

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

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