Html Css Color HEX #AAB698 Green Spring

📋 copy color: '#AAB698'

red 170 ◦ green 182 ◦ blue 152

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

Shades of Green Spring #AAB698

Tints of Green Spring #AAB698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.11%

 BLUE value IS 152 (59.77% from 255) = 30.16%

R = 33.73%
G = 36.11%
B = 30.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#AAB698 (or 0xAAB698) is known color: Green Spring. HEX triplet: AA, B6 and 98. RGB value is (170,182,152). Sum of RGB (Red+Green+Blue) = 170+182+152=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB698 is #554967. Grayscale: #AFAFAF. Windows color (decimal): -5589352 or 10008234. OLE color: 10008234.

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

Color convert

RGB 170 182 152 -
CMYK 0.07 0 0.16 0.29
HSL 84º 0.17% 0.65% -
HSV(B) 84º 0.16% 0.71% -
XYZ 38.97 44.27 36.2 -
YUV 174.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 170 182 152 0.07 0 0.16 0.29 84 0.17 0.65
Hex AA B6 98 7 0 10 1D 54 11 41
Octal 252 266 230 7 0 20 35 124 21 101
Binary 10101010 10110110 10011000 111 0 10000 11101 1010100 10001 1000001

Color Harmonies of #AAB698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB698

Black with #AAB698

Text Example


Text Example

White with #AAB698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB698; }

 p { color: rgb(170,182,152); }

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

background-color css

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

 a { background-color: rgb(170,182,152); }

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

border-color css

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

 span { border-color: rgb(170,182,152); }

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