#B6A415

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

Shades of Earls Green #B6A415

Tints of Earls Green #B6A415

Color information

#B6A415 (or 0xB6A415) is unknown color: approx Earls Green. HEX triplet: B6, A4 and 15. RGB value is (182,164,21). Sum of RGB (Red+Green+Blue) = 182+164+21=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A415 is #495BEA. Grayscale: #999999. Windows color (decimal): -4807659 or 1418422. OLE color: 1418422.

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

Color convert

RGB18216421-
CMYK00.100.880.29
HSL53.29º79.31%39.8%-
HSV(B)53.29º88.46%71.37%-
XYZ32.736.556.04-
YUV153.0853.46148.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 164 (64.45% from 255) = 44.69%
BLUE value IS 21 (8.59% from 255) = 5.72%
R=49.59%
G=44.69%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821642100.100.880.2953.2979.3139.8
HexB6A4150A581D354f28
Octal26624425012130356511750
Binary101101101010010010101010101011000111011101011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A415; }

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

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

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

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

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

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

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

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