Html Css Color HEX #ADAC2B Earls Green

📋 copy color: '#ADAC2B'

red 173 ◦ green 172 ◦ blue 43

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

Shades of Earls Green #ADAC2B

Tints of Earls Green #ADAC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.08%

R = 44.59%
G = 44.33%
B = 11.08%

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

#ADAC2B (or 0xADAC2B) is known color: Earls Green. HEX triplet: AD, AC and 2B. RGB value is (173,172,43). Sum of RGB (Red+Green+Blue) = 173+172+43=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC2B is #5253D4. Grayscale: #9E9E9E. Windows color (decimal): -5395413 or 2862253. OLE color: 2862253.

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

Color convert

RGB 173 172 43 -
CMYK 0 0.01 0.75 0.32
HSL 59.54º 0.6% 0.42% -
HSV(B) 59.54º 0.75% 0.68% -
XYZ 32.42 38.56 8.02 -
YUV 157.59 63.33 138.99 -
System Red Green Blue C M Y K H S L
Decimal 173 172 43 0 0.01 0.75 0.32 59.54 0.6 0.42
Hex AD AC 2B 0 1 4B 20 3C 3C 2A
Octal 255 254 53 0 1 113 40 74 74 52
Binary 10101101 10101100 101011 0 1 1001011 100000 111100 111100 101010

Color Harmonies of #ADAC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC2B

Black with #ADAC2B

Text Example


Text Example

White with #ADAC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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