Html Css Color HEX #ADAB1E Earls Green

📋 copy color: '#ADAB1E'

red 173 ◦ green 171 ◦ blue 30

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

Shades of Earls Green #ADAB1E

Tints of Earls Green #ADAB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.02%

R = 46.26%
G = 45.72%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#ADAB1E (or 0xADAB1E) is known color: Earls Green. HEX triplet: AD, AB and 1E. RGB value is (173,171,30). Sum of RGB (Red+Green+Blue) = 173+171+30=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB1E is #5254E1. Grayscale: #9C9C9C. Windows color (decimal): -5395682 or 2010029. OLE color: 2010029.

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

Color convert

RGB 173 171 30 -
CMYK 0 0.01 0.83 0.32
HSL 59.16º 0.7% 0.4% -
HSV(B) 59.16º 0.83% 0.68% -
XYZ 32.03 38.1 6.89 -
YUV 155.52 57.16 140.46 -
System Red Green Blue C M Y K H S L
Decimal 173 171 30 0 0.01 0.83 0.32 59.16 0.7 0.4
Hex AD AB 1E 0 1 53 20 3B 46 28
Octal 255 253 36 0 1 123 40 73 106 50
Binary 10101101 10101011 11110 0 1 1010011 100000 111011 1000110 101000

Color Harmonies of #ADAB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB1E

Black with #ADAB1E

Text Example


Text Example

White with #ADAB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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