Html Css Color HEX #ADAC2C Earls Green

📋 copy color: '#ADAC2C'

red 173 ◦ green 172 ◦ blue 44

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

Shades of Earls Green #ADAC2C

Tints of Earls Green #ADAC2C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.22%

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

R = 44.47%
G = 44.22%
B = 11.31%

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

#ADAC2C (or 0xADAC2C) is known color: Earls Green. HEX triplet: AD, AC and 2C. RGB value is (173,172,44). Sum of RGB (Red+Green+Blue) = 173+172+44=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC2C is #5253D3. Grayscale: #9E9E9E. Windows color (decimal): -5395412 or 2927789. OLE color: 2927789.

HSL color Cylindrical-coordinate representation of color #ADAC2C: hue angle of 59.53º 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 #ADAC2C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 44 -
CMYK 0 0.01 0.75 0.32
HSL 59.53º 0.59% 0.43% -
HSV(B) 59.53º 0.75% 0.68% -
XYZ 32.44 38.57 8.12 -
YUV 157.71 63.83 138.91 -
System Red Green Blue C M Y K H S L
Decimal 173 172 44 0 0.01 0.75 0.32 59.53 0.59 0.43
Hex AD AC 2C 0 1 4B 20 3C 3B 2B
Octal 255 254 54 0 1 113 40 74 73 53
Binary 10101101 10101100 101100 0 1 1001011 100000 111100 111011 101011

Color Harmonies of #ADAC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC2C

Black with #ADAC2C

Text Example


Text Example

White with #ADAC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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