Html Css Color HEX #ADA02B Earls Green

📋 copy color: '#ADA02B'

red 173 ◦ green 160 ◦ blue 43

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

Shades of Earls Green #ADA02B

Tints of Earls Green #ADA02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.44%

R = 46.01%
G = 42.55%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#ADA02B (or 0xADA02B) is known color: Earls Green. HEX triplet: AD, A0 and 2B. RGB value is (173,160,43). Sum of RGB (Red+Green+Blue) = 173+160+43=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA02B is #525FD4. Grayscale: #979797. Windows color (decimal): -5398485 or 2859181. OLE color: 2859181.

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

Color convert

RGB 173 160 43 -
CMYK 0 0.08 0.75 0.32
HSL 54º 0.6% 0.42% -
HSV(B) 54º 0.75% 0.68% -
XYZ 30.24 34.2 7.29 -
YUV 150.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 173 160 43 0 0.08 0.75 0.32 54 0.6 0.42
Hex AD A0 2B 0 8 4B 20 36 3C 2A
Octal 255 240 53 0 10 113 40 66 74 52
Binary 10101101 10100000 101011 0 1000 1001011 100000 110110 111100 101010

Color Harmonies of #ADA02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA02B

Black with #ADA02B

Text Example


Text Example

White with #ADA02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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