#B6A812

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

Shades of Earls Green #B6A812

Tints of Earls Green #B6A812

Color information

#B6A812 (or 0xB6A812) is unknown color: approx Earls Green. HEX triplet: B6, A8 and 12. RGB value is (182,168,18). Sum of RGB (Red+Green+Blue) = 182+168+18=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A812 is #4957ED. Grayscale: #9B9B9B. Windows color (decimal): -4806638 or 1222838. OLE color: 1222838.

HSL color Cylindrical-coordinate representation of color #B6A812: hue angle of 54.88º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6A812 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18216818-
CMYK00.080.900.29
HSL54.88º82%39.22%-
HSV(B)54.88º90.11%71.37%-
XYZ33.437.996.15-
YUV155.0950.64147.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 168 (66.02% from 255) = 45.65%
BLUE value IS 18 (7.42% from 255) = 4.89%
R=49.46%
G=45.65%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821681800.080.900.2954.888239.22
HexB6A812085A1D375227
Octal26625022010132356712247
Binary101101101010100010010010001011010111011101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A812; }

 p { color: rgb(182,168,18); }

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

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

 a { background-color: rgb(182,168,18); }

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

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

 span { border-color: rgb(182,168,18); }

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