Html Css Color HEX #AAC197 Norway

📋 copy color: '#AAC197'

red 170 ◦ green 193 ◦ blue 151

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

Shades of Norway #AAC197

Tints of Norway #AAC197

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.55%

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

R = 33.07%
G = 37.55%
B = 29.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#AAC197 (or 0xAAC197) is known color: Norway. HEX triplet: AA, C1 and 97. RGB value is (170,193,151). Sum of RGB (Red+Green+Blue) = 170+193+151=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC197 is #553E68. Grayscale: #B5B5B5. Windows color (decimal): -5586537 or 9945514. OLE color: 9945514.

HSL color Cylindrical-coordinate representation of color #AAC197: hue angle of 92.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC197 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 151 -
CMYK 0.12 0 0.22 0.24
HSL 92.86º 0.25% 0.67% -
HSV(B) 92.86º 0.22% 0.76% -
XYZ 41.23 48.92 36.55 -
YUV 181.34 110.88 119.92 -
System Red Green Blue C M Y K H S L
Decimal 170 193 151 0.12 0 0.22 0.24 92.86 0.25 0.67
Hex AA C1 97 C 0 16 18 5D 19 43
Octal 252 301 227 14 0 26 30 135 31 103
Binary 10101010 11000001 10010111 1100 0 10110 11000 1011101 11001 1000011

Color Harmonies of #AAC197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC197

Black with #AAC197

Text Example


Text Example

White with #AAC197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC197; }

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

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

background-color css

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

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

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

border-color css

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

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

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