#B6AD12

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

Shades of Earls Green #B6AD12

Tints of Earls Green #B6AD12

Color information

#B6AD12 (or 0xB6AD12) is unknown color: approx Earls Green. HEX triplet: B6, AD and 12. RGB value is (182,173,18). Sum of RGB (Red+Green+Blue) = 182+173+18=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AD12 is #4952ED. Grayscale: #9E9E9E. Windows color (decimal): -4805358 or 1224118. OLE color: 1224118.

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

Color convert

RGB18217318-
CMYK00.050.900.29
HSL56.71º82%39.22%-
HSV(B)56.71º90.11%71.37%-
XYZ34.3439.886.46-
YUV158.0248.98145.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 173 (67.97% from 255) = 46.38%
BLUE value IS 18 (7.42% from 255) = 4.83%
R=48.79%
G=46.38%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821731800.050.900.2956.718239.22
HexB6AD12055A1D395227
Octal2662552205132357112247
Binary10110110101011011001001011011010111011110011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD12; }

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

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

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

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

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

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

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

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