#B6AB15

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

Shades of Earls Green #B6AB15

Tints of Earls Green #B6AB15

Color information

#B6AB15 (or 0xB6AB15) is unknown color: approx Earls Green. HEX triplet: B6, AB and 15. RGB value is (182,171,21). Sum of RGB (Red+Green+Blue) = 182+171+21=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AB15 is #4954EA. Grayscale: #9D9D9D. Windows color (decimal): -4805867 or 1420214. OLE color: 1420214.

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

Color convert

RGB18217121-
CMYK00.060.880.29
HSL55.9º79.31%39.8%-
HSV(B)55.9º88.46%71.37%-
XYZ33.9939.136.47-
YUV157.1951.14145.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 21 (8.59% from 255) = 5.61%
R=48.66%
G=45.72%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821712100.060.880.2955.979.3139.8
HexB6AB1506581D384f28
Octal2662532506130357011750
Binary10110110101010111010101101011000111011110001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AB15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AB15; }

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

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

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

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

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

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

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

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