Html Css Color HEX #ADAB1F Earls Green

📋 copy color: '#ADAB1F'

red 173 ◦ green 171 ◦ blue 31

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

Shades of Earls Green #ADAB1F

Tints of Earls Green #ADAB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.27%

R = 46.13%
G = 45.6%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#ADAB1F (or 0xADAB1F) is known color: Earls Green. HEX triplet: AD, AB and 1F. RGB value is (173,171,31). Sum of RGB (Red+Green+Blue) = 173+171+31=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB1F is #5254E0. Grayscale: #9C9C9C. Windows color (decimal): -5395681 or 2075565. OLE color: 2075565.

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

Color convert

RGB 173 171 31 -
CMYK 0 0.01 0.82 0.32
HSL 59.15º 0.7% 0.4% -
HSV(B) 59.15º 0.82% 0.68% -
XYZ 32.04 38.11 6.96 -
YUV 155.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 173 171 31 0 0.01 0.82 0.32 59.15 0.7 0.4
Hex AD AB 1F 0 1 52 20 3B 46 28
Octal 255 253 37 0 1 122 40 73 106 50
Binary 10101101 10101011 11111 0 1 1010010 100000 111011 1000110 101000

Color Harmonies of #ADAB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB1F

Black with #ADAB1F

Text Example


Text Example

White with #ADAB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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