Html Css Color HEX #ADA42A Earls Green

📋 copy color: '#ADA42A'

red 173 ◦ green 164 ◦ blue 42

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

Shades of Earls Green #ADA42A

Tints of Earls Green #ADA42A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.27%

 BLUE value IS 42 (16.8% from 255) = 11.08%

R = 45.65%
G = 43.27%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#ADA42A (or 0xADA42A) is known color: Earls Green. HEX triplet: AD, A4 and 2A. RGB value is (173,164,42). Sum of RGB (Red+Green+Blue) = 173+164+42=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA42A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA42A is #525BD5. Grayscale: #999999. Windows color (decimal): -5397462 or 2794669. OLE color: 2794669.

HSL color Cylindrical-coordinate representation of color #ADA42A: hue angle of 55.88º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADA42A is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 42 -
CMYK 0 0.05 0.76 0.32
HSL 55.88º 0.61% 0.42% -
HSV(B) 55.88º 0.76% 0.68% -
XYZ 30.93 35.6 7.43 -
YUV 152.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 173 164 42 0 0.05 0.76 0.32 55.88 0.61 0.42
Hex AD A4 2A 0 5 4C 20 38 3D 2A
Octal 255 244 52 0 5 114 40 70 75 52
Binary 10101101 10100100 101010 0 101 1001100 100000 111000 111101 101010

Color Harmonies of #ADA42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA42A

Black with #ADA42A

Text Example


Text Example

White with #ADA42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA42A; }

 p { color: rgb(173,164,42); }

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

background-color css

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

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

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

border-color css

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

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

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