#B6A615

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

Shades of Earls Green #B6A615

Tints of Earls Green #B6A615

Color information

#B6A615 (or 0xB6A615) is unknown color: approx Earls Green. HEX triplet: B6, A6 and 15. RGB value is (182,166,21). Sum of RGB (Red+Green+Blue) = 182+166+21=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A615 is #4959EA. Grayscale: #9A9A9A. Windows color (decimal): -4807147 or 1418934. OLE color: 1418934.

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

Color convert

RGB18216621-
CMYK00.090.880.29
HSL54.04º79.31%39.8%-
HSV(B)54.04º88.46%71.37%-
XYZ33.0637.276.16-
YUV154.2552.8147.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 166 (65.23% from 255) = 44.99%
BLUE value IS 21 (8.59% from 255) = 5.69%
R=49.32%
G=44.99%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821662100.090.880.2954.0479.3139.8
HexB6A61509581D364f28
Octal26624625011130356611750
Binary101101101010011010101010011011000111011101101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A615; }

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

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

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

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

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

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

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

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