Html Css Color HEX #ADAA2B Earls Green

📋 copy color: '#ADAA2B'

red 173 ◦ green 170 ◦ blue 43

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

Shades of Earls Green #ADAA2B

Tints of Earls Green #ADAA2B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.04%

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

R = 44.82%
G = 44.04%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#ADAA2B (or 0xADAA2B) is known color: Earls Green. HEX triplet: AD, AA and 2B. RGB value is (173,170,43). Sum of RGB (Red+Green+Blue) = 173+170+43=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA2B is #5255D4. Grayscale: #9C9C9C. Windows color (decimal): -5395925 or 2861741. OLE color: 2861741.

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

Color convert

RGB 173 170 43 -
CMYK 0 0.02 0.75 0.32
HSL 58.62º 0.6% 0.42% -
HSV(B) 58.62º 0.75% 0.68% -
XYZ 32.04 37.81 7.89 -
YUV 156.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 173 170 43 0 0.02 0.75 0.32 58.62 0.6 0.42
Hex AD AA 2B 0 2 4B 20 3B 3C 2A
Octal 255 252 53 0 2 113 40 73 74 52
Binary 10101101 10101010 101011 0 10 1001011 100000 111011 111100 101010

Color Harmonies of #ADAA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA2B

Black with #ADAA2B

Text Example


Text Example

White with #ADAA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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