Html Css Color HEX #ADA92A Earls Green

📋 copy color: '#ADA92A'

red 173 ◦ green 169 ◦ blue 42

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

Shades of Earls Green #ADA92A

Tints of Earls Green #ADA92A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.01%

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

R = 45.05%
G = 44.01%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#ADA92A (or 0xADA92A) is known color: Earls Green. HEX triplet: AD, A9 and 2A. RGB value is (173,169,42). Sum of RGB (Red+Green+Blue) = 173+169+42=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA92A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA92A is #5256D5. Grayscale: #9C9C9C. Windows color (decimal): -5396182 or 2795949. OLE color: 2795949.

HSL color Cylindrical-coordinate representation of color #ADA92A: hue angle of 58.17º 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 #ADA92A is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 169 42 -
CMYK 0 0.02 0.76 0.32
HSL 58.17º 0.61% 0.42% -
HSV(B) 58.17º 0.76% 0.68% -
XYZ 31.84 37.43 7.74 -
YUV 155.72 63.83 140.33 -
System Red Green Blue C M Y K H S L
Decimal 173 169 42 0 0.02 0.76 0.32 58.17 0.61 0.42
Hex AD A9 2A 0 2 4C 20 3A 3D 2A
Octal 255 251 52 0 2 114 40 72 75 52
Binary 10101101 10101001 101010 0 10 1001100 100000 111010 111101 101010

Color Harmonies of #ADA92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA92A

Black with #ADA92A

Text Example


Text Example

White with #ADA92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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