Html Css Color HEX #ADA02D Earls Green

📋 copy color: '#ADA02D'

red 173 ◦ green 160 ◦ blue 45

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

Shades of Earls Green #ADA02D

Tints of Earls Green #ADA02D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.33%

 BLUE value IS 45 (17.97% from 255) = 11.9%

R = 45.77%
G = 42.33%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#ADA02D (or 0xADA02D) is known color: Earls Green. HEX triplet: AD, A0 and 2D. RGB value is (173,160,45). Sum of RGB (Red+Green+Blue) = 173+160+45=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA02D is #525FD2. Grayscale: #979797. Windows color (decimal): -5398483 or 2990253. OLE color: 2990253.

HSL color Cylindrical-coordinate representation of color #ADA02D: hue angle of 53.91º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADA02D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 45 -
CMYK 0 0.08 0.74 0.32
HSL 53.91º 0.59% 0.43% -
HSV(B) 53.91º 0.74% 0.68% -
XYZ 30.28 34.22 7.49 -
YUV 150.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 173 160 45 0 0.08 0.74 0.32 53.91 0.59 0.43
Hex AD A0 2D 0 8 4A 20 36 3B 2B
Octal 255 240 55 0 10 112 40 66 73 53
Binary 10101101 10100000 101101 0 1000 1001010 100000 110110 111011 101011

Color Harmonies of #ADA02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA02D

Black with #ADA02D

Text Example


Text Example

White with #ADA02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA02D; }

 p { color: rgb(173,160,45); }

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

background-color css

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

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

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

border-color css

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

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

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