Html Css Color HEX #A4AD96 Green Spring

📋 copy color: '#A4AD96'

red 164 ◦ green 173 ◦ blue 150

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

Shades of Green Spring #A4AD96

Tints of Green Spring #A4AD96

RGB

 RED value IS 164 (64.45% from 255) = 33.68%

 GREEN value IS 173 (67.97% from 255) = 35.52%

 BLUE value IS 150 (58.98% from 255) = 30.8%

R = 33.68%
G = 35.52%
B = 30.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#A4AD96 (or 0xA4AD96) is known color: Green Spring. HEX triplet: A4, AD and 96. RGB value is (164,173,150). Sum of RGB (Red+Green+Blue) = 164+173+150=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AD96 is #5B5269. Grayscale: #A7A7A7. Windows color (decimal): -5984874 or 9874852. OLE color: 9874852.

HSL color Cylindrical-coordinate representation of color #A4AD96: hue angle of 83.48º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4AD96 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 173 150 -
CMYK 0.05 0 0.13 0.32
HSL 83.48º 0.12% 0.63% -
HSV(B) 83.48º 0.13% 0.68% -
XYZ 35.76 39.98 34.69 -
YUV 167.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 164 173 150 0.05 0 0.13 0.32 83.48 0.12 0.63
Hex A4 AD 96 5 0 D 20 53 C 3F
Octal 244 255 226 5 0 15 40 123 14 77
Binary 10100100 10101101 10010110 101 0 1101 100000 1010011 1100 111111

Color Harmonies of #A4AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD96

Black with #A4AD96

Text Example


Text Example

White with #A4AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD96; }

 p { color: rgb(164,173,150); }

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

background-color css

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

 a { background-color: rgb(164,173,150); }

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

border-color css

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

 span { border-color: rgb(164,173,150); }

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