Html Css Color HEX #AABC97 Norway

📋 copy color: '#AABC97'

red 170 ◦ green 188 ◦ blue 151

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

Shades of Norway #AABC97

Tints of Norway #AABC97

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.94%

 BLUE value IS 151 (59.38% from 255) = 29.67%

R = 33.4%
G = 36.94%
B = 29.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#AABC97 (or 0xAABC97) is known color: Norway. HEX triplet: AA, BC and 97. RGB value is (170,188,151). Sum of RGB (Red+Green+Blue) = 170+188+151=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC97 is #554368. Grayscale: #B2B2B2. Windows color (decimal): -5587817 or 9944234. OLE color: 9944234.

HSL color Cylindrical-coordinate representation of color #AABC97: hue angle of 89.19º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABC97 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 151 -
CMYK 0.10 0 0.20 0.26
HSL 89.19º 0.22% 0.66% -
HSV(B) 89.19º 0.2% 0.74% -
XYZ 40.15 46.75 36.19 -
YUV 178.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 170 188 151 0.10 0 0.20 0.26 89.19 0.22 0.66
Hex AA BC 97 A 0 14 1A 59 16 42
Octal 252 274 227 12 0 24 32 131 26 102
Binary 10101010 10111100 10010111 1010 0 10100 11010 1011001 10110 1000010

Color Harmonies of #AABC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC97

Black with #AABC97

Text Example


Text Example

White with #AABC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC97; }

 p { color: rgb(170,188,151); }

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

background-color css

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

 a { background-color: rgb(170,188,151); }

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

border-color css

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

 span { border-color: rgb(170,188,151); }

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