#B6AA15

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

Shades of Earls Green #B6AA15

Tints of Earls Green #B6AA15

Color information

#B6AA15 (or 0xB6AA15) is unknown color: approx Earls Green. HEX triplet: B6, AA and 15. RGB value is (182,170,21). Sum of RGB (Red+Green+Blue) = 182+170+21=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AA15 is #4955EA. Grayscale: #9D9D9D. Windows color (decimal): -4806123 or 1419958. OLE color: 1419958.

HSL color Cylindrical-coordinate representation of color #B6AA15: hue angle of 55.53º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B6AA15 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18217021-
CMYK00.070.880.29
HSL55.53º79.31%39.8%-
HSV(B)55.53º88.46%71.37%-
XYZ33.838.756.41-
YUV156.651.48146.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 21 (8.59% from 255) = 5.63%
R=48.79%
G=45.58%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821702100.070.880.2955.5379.3139.8
HexB6AA1507581D384f28
Octal2662522507130357011750
Binary10110110101010101010101111011000111011110001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA15; }

 p { color: rgb(182,170,21); }

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

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

 a { background-color: rgb(182,170,21); }

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

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

 span { border-color: rgb(182,170,21); }

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