#ADAD2B

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

Shades of Earls Green #ADAD2B

Tints of Earls Green #ADAD2B

Color information

#ADAD2B (or 0xADAD2B) is unknown color: approx Earls Green. HEX triplet: AD, AD and 2B. RGB value is (173,173,43). Sum of RGB (Red+Green+Blue) = 173+173+43=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD2B is #5252D4. Grayscale: #9E9E9E. Windows color (decimal): -5395157 or 2862509. OLE color: 2862509.

HSL color Cylindrical-coordinate representation of color #ADAD2B: hue angle of 60º 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 #ADAD2B is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB17317343-
CMYK000.750.32
HSL60º60.19%42.35%-
HSV(B)60º75.14%67.84%-
XYZ32.6138.958.08-
YUV158.1863138.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 173 (67.97% from 255) = 44.47%
BLUE value IS 43 (17.19% from 255) = 11.05%
R=44.47%
G=44.47%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317343000.750.326060.1942.35
HexADAD2B004B203c3c2a
Octal255255530011340747452
Binary1010110110101101101011001001011100000111100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD2B; }

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

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

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

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

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

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

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

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