Html Css Color HEX #AAB694 Green Spring

📋 copy color: '#AAB694'

red 170 ◦ green 182 ◦ blue 148

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

Shades of Green Spring #AAB694

Tints of Green Spring #AAB694

RGB

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

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

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

R = 34%
G = 36.4%
B = 29.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#AAB694 (or 0xAAB694) is known color: Green Spring. HEX triplet: AA, B6 and 94. RGB value is (170,182,148). Sum of RGB (Red+Green+Blue) = 170+182+148=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB694 is #55496B. Grayscale: #AEAEAE. Windows color (decimal): -5589356 or 9746090. OLE color: 9746090.

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

Color convert

RGB 170 182 148 -
CMYK 0.07 0 0.19 0.29
HSL 81.18º 0.19% 0.65% -
HSV(B) 81.18º 0.19% 0.71% -
XYZ 38.65 44.14 34.5 -
YUV 174.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 170 182 148 0.07 0 0.19 0.29 81.18 0.19 0.65
Hex AA B6 94 7 0 13 1D 51 13 41
Octal 252 266 224 7 0 23 35 121 23 101
Binary 10101010 10110110 10010100 111 0 10011 11101 1010001 10011 1000001

Color Harmonies of #AAB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB694

Black with #AAB694

Text Example


Text Example

White with #AAB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB694; }

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

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

background-color css

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

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

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

border-color css

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

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

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