#B6AC15

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

Shades of Earls Green #B6AC15

Tints of Earls Green #B6AC15

Color information

#B6AC15 (or 0xB6AC15) is unknown color: approx Earls Green. HEX triplet: B6, AC and 15. RGB value is (182,172,21). Sum of RGB (Red+Green+Blue) = 182+172+21=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AC15 is #4953EA. Grayscale: #9E9E9E. Windows color (decimal): -4805611 or 1420470. OLE color: 1420470.

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

Color convert

RGB18217221-
CMYK00.050.880.29
HSL56.27º79.31%39.8%-
HSV(B)56.27º88.46%71.37%-
XYZ34.1839.56.53-
YUV157.7850.81145.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 21 (8.59% from 255) = 5.6%
R=48.53%
G=45.87%
B=5.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821722100.050.880.2956.2779.3139.8
HexB6AC1505581D384f28
Octal2662542505130357011750
Binary10110110101011001010101011011000111011110001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC15; }

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

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

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

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

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

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

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

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