Html Css Color HEX #ADAD31 Earls Green

📋 copy color: '#ADAD31'

red 173 ◦ green 173 ◦ blue 49

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

Shades of Earls Green #ADAD31

Tints of Earls Green #ADAD31

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.8%

 BLUE value IS 49 (19.53% from 255) = 12.41%

R = 43.8%
G = 43.8%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#ADAD31 (or 0xADAD31) is known color: Earls Green. HEX triplet: AD, AD and 31. RGB value is (173,173,49). Sum of RGB (Red+Green+Blue) = 173+173+49=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD31 is #5252CE. Grayscale: #9F9F9F. Windows color (decimal): -5395151 or 3255725. OLE color: 3255725.

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

Color convert

RGB 173 173 49 -
CMYK 0 0 0.72 0.32
HSL 60º 0.56% 0.44% -
HSV(B) 60º 0.72% 0.68% -
XYZ 32.73 38.99 8.71 -
YUV 158.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 173 173 49 0 0 0.72 0.32 60 0.56 0.44
Hex AD AD 31 0 0 48 20 3C 38 2C
Octal 255 255 61 0 0 110 40 74 70 54
Binary 10101101 10101101 110001 0 0 1001000 100000 111100 111000 101100

Color Harmonies of #ADAD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD31

Black with #ADAD31

Text Example


Text Example

White with #ADAD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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