#ADAC2B

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

Shades of Earls Green #ADAC2B

Tints of Earls Green #ADAC2B

Color information

#ADAC2B (or 0xADAC2B) is unknown color: approx Earls Green. HEX triplet: AD, AC and 2B. RGB value is (173,172,43). Sum of RGB (Red+Green+Blue) = 173+172+43=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC2B is #5253D4. Grayscale: #9E9E9E. Windows color (decimal): -5395413 or 2862253. OLE color: 2862253.

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

Color convert

RGB17317243-
CMYK00.010.750.32
HSL59.54º60.19%42.35%-
HSV(B)59.54º75.14%67.84%-
XYZ32.4238.568.02-
YUV157.5963.33138.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 43 (17.19% from 255) = 11.08%
R=44.59%
G=44.33%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731724300.010.750.3259.5460.1942.35
HexADAC2B014B203c3c2a
Octal255254530111340747452
Binary1010110110101100101011011001011100000111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC2B; }

 p { color: rgb(173,172,43); }

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

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

 a { background-color: rgb(173,172,43); }

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

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

 span { border-color: rgb(173,172,43); }

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