Html Css Color HEX #ADAB13 Earls Green

📋 copy color: '#ADAB13'

red 173 ◦ green 171 ◦ blue 19

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

Shades of Earls Green #ADAB13

Tints of Earls Green #ADAB13

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.11%

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 47.66%
G = 47.11%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#ADAB13 (or 0xADAB13) is known color: Earls Green. HEX triplet: AD, AB and 13. RGB value is (173,171,19). Sum of RGB (Red+Green+Blue) = 173+171+19=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB13 is #5254EC. Grayscale: #9A9A9A. Windows color (decimal): -5395693 or 1289133. OLE color: 1289133.

HSL color Cylindrical-coordinate representation of color #ADAB13: hue angle of 59.22º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADAB13 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 19 -
CMYK 0 0.01 0.89 0.32
HSL 59.22º 0.8% 0.38% -
HSV(B) 59.22º 0.89% 0.68% -
XYZ 31.91 38.06 6.28 -
YUV 154.27 51.66 141.36 -
System Red Green Blue C M Y K H S L
Decimal 173 171 19 0 0.01 0.89 0.32 59.22 0.8 0.38
Hex AD AB 13 0 1 59 20 3B 50 26
Octal 255 253 23 0 1 131 40 73 120 46
Binary 10101101 10101011 10011 0 1 1011001 100000 111011 1010000 100110

Color Harmonies of #ADAB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB13

Black with #ADAB13

Text Example


Text Example

White with #ADAB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB13; }

 p { color: rgb(173,171,19); }

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

background-color css

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

 a { background-color: rgb(173,171,19); }

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

border-color css

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

 span { border-color: rgb(173,171,19); }

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