Html Css Color HEX #ADAB12 Earls Green

📋 copy color: '#ADAB12'

red 173 ◦ green 171 ◦ blue 18

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

Shades of Earls Green #ADAB12

Tints of Earls Green #ADAB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 47.79%
G = 47.24%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#ADAB12 (or 0xADAB12) is known color: Earls Green. HEX triplet: AD, AB and 12. RGB value is (173,171,18). Sum of RGB (Red+Green+Blue) = 173+171+18=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB12 is #5254ED. Grayscale: #9A9A9A. Windows color (decimal): -5395694 or 1223597. OLE color: 1223597.

HSL color Cylindrical-coordinate representation of color #ADAB12: hue angle of 59.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADAB12 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 18 -
CMYK 0 0.01 0.90 0.32
HSL 59.23º 0.81% 0.37% -
HSV(B) 59.23º 0.9% 0.68% -
XYZ 31.91 38.05 6.24 -
YUV 154.16 51.16 141.44 -
System Red Green Blue C M Y K H S L
Decimal 173 171 18 0 0.01 0.90 0.32 59.23 0.81 0.37
Hex AD AB 12 0 1 5A 20 3B 51 25
Octal 255 253 22 0 1 132 40 73 121 45
Binary 10101101 10101011 10010 0 1 1011010 100000 111011 1010001 100101

Color Harmonies of #ADAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB12

Black with #ADAB12

Text Example


Text Example

White with #ADAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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