Html Css Color HEX #A9B490 Green Spring

📋 copy color: '#A9B490'

red 169 ◦ green 180 ◦ blue 144

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

Shades of Green Spring #A9B490

Tints of Green Spring #A9B490

RGB

 RED value IS 169 (66.41% from 255) = 34.28%

 GREEN value IS 180 (70.7% from 255) = 36.51%

 BLUE value IS 144 (56.64% from 255) = 29.21%

R = 34.28%
G = 36.51%
B = 29.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#A9B490 (or 0xA9B490) is known color: Green Spring. HEX triplet: A9, B4 and 90. RGB value is (169,180,144). Sum of RGB (Red+Green+Blue) = 169+180+144=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B490 is #564B6F. Grayscale: #ACACAC. Windows color (decimal): -5655408 or 9483433. OLE color: 9483433.

HSL color Cylindrical-coordinate representation of color #A9B490: hue angle of 78.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9B490 is Cyan = 0.06, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 180 144 -
CMYK 0.06 0 0.2 0.29
HSL 78.33º 0.19% 0.64% -
HSV(B) 78.33º 0.2% 0.71% -
XYZ 37.72 43.09 32.72 -
YUV 172.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 169 180 144 0.06 0 0.2 0.29 78.33 0.19 0.64
Hex A9 B4 90 6 0 14 1D 4E 13 40
Octal 251 264 220 6 0 24 35 116 23 100
Binary 10101001 10110100 10010000 110 0 10100 11101 1001110 10011 1000000

Color Harmonies of #A9B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B490

Black with #A9B490

Text Example


Text Example

White with #A9B490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B490; }

 p { color: rgb(169,180,144); }

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

background-color css

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

 a { background-color: rgb(169,180,144); }

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

border-color css

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

 span { border-color: rgb(169,180,144); }

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