Html Css Color HEX #AAB294 Green Spring

📋 copy color: '#AAB294'

red 170 ◦ green 178 ◦ blue 148

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

Shades of Green Spring #AAB294

Tints of Green Spring #AAB294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 34.27%
G = 35.89%
B = 29.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#AAB294 (or 0xAAB294) is known color: Green Spring. HEX triplet: AA, B2 and 94. RGB value is (170,178,148). Sum of RGB (Red+Green+Blue) = 170+178+148=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB294 is #554D6B. Grayscale: #ACACAC. Windows color (decimal): -5590380 or 9745066. OLE color: 9745066.

HSL color Cylindrical-coordinate representation of color #AAB294: hue angle of 76º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAB294 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 148 -
CMYK 0.04 0 0.17 0.30
HSL 76º 0.16% 0.64% -
HSV(B) 76º 0.17% 0.7% -
XYZ 37.84 42.52 34.23 -
YUV 172.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 170 178 148 0.04 0 0.17 0.30 76 0.16 0.64
Hex AA B2 94 4 0 11 1E 4C 10 40
Octal 252 262 224 4 0 21 36 114 20 100
Binary 10101010 10110010 10010100 100 0 10001 11110 1001100 10000 1000000

Color Harmonies of #AAB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB294

Black with #AAB294

Text Example


Text Example

White with #AAB294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB294; }

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

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

background-color css

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

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

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

border-color css

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

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

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