Html Css Color HEX #AAB392 Green Spring

📋 copy color: '#AAB392'

red 170 ◦ green 179 ◦ blue 146

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

Shades of Green Spring #AAB392

Tints of Green Spring #AAB392

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.16%

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 34.34%
G = 36.16%
B = 29.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#AAB392 (or 0xAAB392) is known color: Green Spring. HEX triplet: AA, B3 and 92. RGB value is (170,179,146). Sum of RGB (Red+Green+Blue) = 170+179+146=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB392 is #554C6D. Grayscale: #ACACAC. Windows color (decimal): -5590126 or 9614250. OLE color: 9614250.

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

Color convert

RGB 170 179 146 -
CMYK 0.05 0 0.18 0.30
HSL 76.36º 0.18% 0.64% -
HSV(B) 76.36º 0.18% 0.7% -
XYZ 37.89 42.86 33.47 -
YUV 172.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 170 179 146 0.05 0 0.18 0.30 76.36 0.18 0.64
Hex AA B3 92 5 0 12 1E 4C 12 40
Octal 252 263 222 5 0 22 36 114 22 100
Binary 10101010 10110011 10010010 101 0 10010 11110 1001100 10010 1000000

Color Harmonies of #AAB392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB392

Black with #AAB392

Text Example


Text Example

White with #AAB392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB392; }

 p { color: rgb(170,179,146); }

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

background-color css

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

 a { background-color: rgb(170,179,146); }

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

border-color css

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

 span { border-color: rgb(170,179,146); }

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