#ADAB2E

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

Shades of Earls Green #ADAB2E

Tints of Earls Green #ADAB2E

Color information

#ADAB2E (or 0xADAB2E) is unknown color: approx Earls Green. HEX triplet: AD, AB and 2E. RGB value is (173,171,46). Sum of RGB (Red+Green+Blue) = 173+171+46=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB2E is #5254D1. Grayscale: #9D9D9D. Windows color (decimal): -5395666 or 3058605. OLE color: 3058605.

HSL color Cylindrical-coordinate representation of color #ADAB2E: hue angle of 59.06º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADAB2E is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB17317146-
CMYK00.010.730.32
HSL59.06º57.99%42.94%-
HSV(B)59.06º73.41%67.84%-
XYZ32.2938.218.26-
YUV157.3565.16139.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 46 (18.36% from 255) = 11.79%
R=44.36%
G=43.85%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731714600.010.730.3259.0657.9942.94
HexADAB2E0149203b3a2b
Octal255253560111140737253
Binary1010110110101011101110011001001100000111011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB2E; }

 p { color: rgb(173,171,46); }

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

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

 a { background-color: rgb(173,171,46); }

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

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

 span { border-color: rgb(173,171,46); }

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