Html Css Color HEX #ADAB2C Earls Green

📋 copy color: '#ADAB2C'

red 173 ◦ green 171 ◦ blue 44

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

Shades of Earls Green #ADAB2C

Tints of Earls Green #ADAB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.34%

R = 44.59%
G = 44.07%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#ADAB2C (or 0xADAB2C) is known color: Earls Green. HEX triplet: AD, AB and 2C. RGB value is (173,171,44). Sum of RGB (Red+Green+Blue) = 173+171+44=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB2C is #5254D3. Grayscale: #9D9D9D. Windows color (decimal): -5395668 or 2927533. OLE color: 2927533.

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

Color convert

RGB 173 171 44 -
CMYK 0 0.01 0.75 0.32
HSL 59.07º 0.59% 0.43% -
HSV(B) 59.07º 0.75% 0.68% -
XYZ 32.25 38.19 8.05 -
YUV 157.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 173 171 44 0 0.01 0.75 0.32 59.07 0.59 0.43
Hex AD AB 2C 0 1 4B 20 3B 3B 2B
Octal 255 253 54 0 1 113 40 73 73 53
Binary 10101101 10101011 101100 0 1 1001011 100000 111011 111011 101011

Color Harmonies of #ADAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB2C

Black with #ADAB2C

Text Example


Text Example

White with #ADAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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