Html Css Color HEX #AAB594 Green Spring

📋 copy color: '#AAB594'

red 170 ◦ green 181 ◦ blue 148

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

Shades of Green Spring #AAB594

Tints of Green Spring #AAB594

RGB

 RED value IS 170 (66.8% from 255) = 34.07%

 GREEN value IS 181 (71.09% from 255) = 36.27%

 BLUE value IS 148 (58.2% from 255) = 29.66%

R = 34.07%
G = 36.27%
B = 29.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#AAB594 (or 0xAAB594) is known color: Green Spring. HEX triplet: AA, B5 and 94. RGB value is (170,181,148). Sum of RGB (Red+Green+Blue) = 170+181+148=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB594 is #554A6B. Grayscale: #AEAEAE. Windows color (decimal): -5589612 or 9745834. OLE color: 9745834.

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

Color convert

RGB 170 181 148 -
CMYK 0.06 0 0.18 0.29
HSL 80º 0.18% 0.65% -
HSV(B) 80º 0.18% 0.71% -
XYZ 38.45 43.73 34.43 -
YUV 173.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 170 181 148 0.06 0 0.18 0.29 80 0.18 0.65
Hex AA B5 94 6 0 12 1D 50 12 41
Octal 252 265 224 6 0 22 35 120 22 101
Binary 10101010 10110101 10010100 110 0 10010 11101 1010000 10010 1000001

Color Harmonies of #AAB594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB594

Black with #AAB594

Text Example


Text Example

White with #AAB594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB594; }

 p { color: rgb(170,181,148); }

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

background-color css

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

 a { background-color: rgb(170,181,148); }

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

border-color css

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

 span { border-color: rgb(170,181,148); }

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