Html Css Color HEX #ADAB2F Earls Green

📋 copy color: '#ADAB2F'

red 173 ◦ green 171 ◦ blue 47

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

Shades of Earls Green #ADAB2F

Tints of Earls Green #ADAB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.02%

R = 44.25%
G = 43.73%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#ADAB2F (or 0xADAB2F) is known color: Earls Green. HEX triplet: AD, AB and 2F. RGB value is (173,171,47). Sum of RGB (Red+Green+Blue) = 173+171+47=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB2F is #5254D0. Grayscale: #9D9D9D. Windows color (decimal): -5395665 or 3124141. OLE color: 3124141.

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

Color convert

RGB 173 171 47 -
CMYK 0 0.01 0.73 0.32
HSL 59.05º 0.57% 0.43% -
HSV(B) 59.05º 0.73% 0.68% -
XYZ 32.31 38.22 8.36 -
YUV 157.46 65.66 139.08 -
System Red Green Blue C M Y K H S L
Decimal 173 171 47 0 0.01 0.73 0.32 59.05 0.57 0.43
Hex AD AB 2F 0 1 49 20 3B 39 2B
Octal 255 253 57 0 1 111 40 73 71 53
Binary 10101101 10101011 101111 0 1 1001001 100000 111011 111001 101011

Color Harmonies of #ADAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB2F

Black with #ADAB2F

Text Example


Text Example

White with #ADAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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