#B7AA11

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

Shades of Earls Green #B7AA11

Tints of Earls Green #B7AA11

Color information

#B7AA11 (or 0xB7AA11) is unknown color: approx Earls Green. HEX triplet: B7, AA and 11. RGB value is (183,170,17). Sum of RGB (Red+Green+Blue) = 183+170+17=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AA11 is #4855EE. Grayscale: #9D9D9D. Windows color (decimal): -4740591 or 1157815. OLE color: 1157815.

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

Color convert

RGB18317017-
CMYK00.070.910.28
HSL55.3º83%39.22%-
HSV(B)55.3º90.71%71.76%-
XYZ3438.866.24-
YUV156.4449.31146.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 170 (66.80% from 255) = 45.95%
BLUE value IS 17 (7.03% from 255) = 4.59%
R=49.46%
G=45.95%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831701700.070.910.2855.38339.22
HexB7AA11075B1C375327
Octal2672522107133346712347
Binary10110111101010101000101111011011111001101111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA11; }

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

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

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

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

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

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

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

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