Html Css Color HEX #ADAB14 Earls Green

📋 copy color: '#ADAB14'

red 173 ◦ green 171 ◦ blue 20

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

Shades of Earls Green #ADAB14

Tints of Earls Green #ADAB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 47.53%
G = 46.98%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#ADAB14 (or 0xADAB14) is known color: Earls Green. HEX triplet: AD, AB and 14. RGB value is (173,171,20). Sum of RGB (Red+Green+Blue) = 173+171+20=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB14 is #5254EB. Grayscale: #9A9A9A. Windows color (decimal): -5395692 or 1354669. OLE color: 1354669.

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

Color convert

RGB 173 171 20 -
CMYK 0 0.01 0.88 0.32
HSL 59.22º 0.79% 0.38% -
HSV(B) 59.22º 0.88% 0.68% -
XYZ 31.92 38.06 6.33 -
YUV 154.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 173 171 20 0 0.01 0.88 0.32 59.22 0.79 0.38
Hex AD AB 14 0 1 58 20 3B 4F 26
Octal 255 253 24 0 1 130 40 73 117 46
Binary 10101101 10101011 10100 0 1 1011000 100000 111011 1001111 100110

Color Harmonies of #ADAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB14

Black with #ADAB14

Text Example


Text Example

White with #ADAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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