Html Css Color HEX #ADAB20 Earls Green

📋 copy color: '#ADAB20'

red 173 ◦ green 171 ◦ blue 32

#ADAB20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #ADAB20

Tints of Earls Green #ADAB20

RGB

 RED value IS 173 (67.97% from 255) = 46.01%

 GREEN value IS 171 (67.19% from 255) = 45.48%

 BLUE value IS 32 (12.89% from 255) = 8.51%

R = 46.01%
G = 45.48%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#ADAB20 (or 0xADAB20) is known color: Earls Green. HEX triplet: AD, AB and 20. RGB value is (173,171,32). Sum of RGB (Red+Green+Blue) = 173+171+32=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB20 is #5254DF. Grayscale: #9C9C9C. Windows color (decimal): -5395680 or 2141101. OLE color: 2141101.

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

Color convert

RGB 173 171 32 -
CMYK 0 0.01 0.82 0.32
HSL 59.15º 0.69% 0.4% -
HSV(B) 59.15º 0.82% 0.68% -
XYZ 32.06 38.11 7.03 -
YUV 155.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 173 171 32 0 0.01 0.82 0.32 59.15 0.69 0.4
Hex AD AB 20 0 1 52 20 3B 45 28
Octal 255 253 40 0 1 122 40 73 105 50
Binary 10101101 10101011 100000 0 1 1010010 100000 111011 1000101 101000

Color Harmonies of #ADAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB20

Black with #ADAB20

Text Example


Text Example

White with #ADAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB20; }

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

 H1.HeaderClassName
 {
   color: #ADAB20;
 }
 .AnyTagClassName
 {
   color: #ADAB20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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