Html Css Color HEX #ADAC2D Earls Green

📋 copy color: '#ADAC2D'

red 173 ◦ green 172 ◦ blue 45

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

Shades of Earls Green #ADAC2D

Tints of Earls Green #ADAC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.54%

R = 44.36%
G = 44.1%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#ADAC2D (or 0xADAC2D) is known color: Earls Green. HEX triplet: AD, AC and 2D. RGB value is (173,172,45). Sum of RGB (Red+Green+Blue) = 173+172+45=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC2D is #5253D2. Grayscale: #9E9E9E. Windows color (decimal): -5395411 or 2993325. OLE color: 2993325.

HSL color Cylindrical-coordinate representation of color #ADAC2D: 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.74%. Process color model (Four color, CMYK) of #ADAC2D is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 45 -
CMYK 0 0.01 0.74 0.32
HSL 59.53º 0.59% 0.43% -
HSV(B) 59.53º 0.74% 0.68% -
XYZ 32.46 38.58 8.22 -
YUV 157.82 64.33 138.83 -
System Red Green Blue C M Y K H S L
Decimal 173 172 45 0 0.01 0.74 0.32 59.53 0.59 0.43
Hex AD AC 2D 0 1 4A 20 3C 3B 2B
Octal 255 254 55 0 1 112 40 74 73 53
Binary 10101101 10101100 101101 0 1 1001010 100000 111100 111011 101011

Color Harmonies of #ADAC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC2D

Black with #ADAC2D

Text Example


Text Example

White with #ADAC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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