Html Css Color HEX #ADAA1C Earls Green

📋 copy color: '#ADAA1C'

red 173 ◦ green 170 ◦ blue 28

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

Shades of Earls Green #ADAA1C

Tints of Earls Green #ADAA1C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.82%

 BLUE value IS 28 (11.33% from 255) = 7.55%

R = 46.63%
G = 45.82%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#ADAA1C (or 0xADAA1C) is known color: Earls Green. HEX triplet: AD, AA and 1C. RGB value is (173,170,28). Sum of RGB (Red+Green+Blue) = 173+170+28=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA1C is #5255E3. Grayscale: #9B9B9B. Windows color (decimal): -5395940 or 1878701. OLE color: 1878701.

HSL color Cylindrical-coordinate representation of color #ADAA1C: hue angle of 58.76º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADAA1C is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 28 -
CMYK 0 0.02 0.84 0.32
HSL 58.76º 0.72% 0.39% -
HSV(B) 58.76º 0.84% 0.68% -
XYZ 31.82 37.72 6.7 -
YUV 154.71 56.49 141.05 -
System Red Green Blue C M Y K H S L
Decimal 173 170 28 0 0.02 0.84 0.32 58.76 0.72 0.39
Hex AD AA 1C 0 2 54 20 3B 48 27
Octal 255 252 34 0 2 124 40 73 110 47
Binary 10101101 10101010 11100 0 10 1010100 100000 111011 1001000 100111

Color Harmonies of #ADAA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA1C

Black with #ADAA1C

Text Example


Text Example

White with #ADAA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA1C; }

 p { color: rgb(173,170,28); }

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

background-color css

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

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

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

border-color css

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

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

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