Html Css Color HEX #AAC191 Norway

📋 copy color: '#AAC191'

red 170 ◦ green 193 ◦ blue 145

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

Shades of Norway #AAC191

Tints of Norway #AAC191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.54%

R = 33.46%
G = 37.99%
B = 28.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#AAC191 (or 0xAAC191) is known color: Norway. HEX triplet: AA, C1 and 91. RGB value is (170,193,145). Sum of RGB (Red+Green+Blue) = 170+193+145=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC191 is #553E6E. Grayscale: #B4B4B4. Windows color (decimal): -5586543 or 9552298. OLE color: 9552298.

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

Color convert

RGB 170 193 145 -
CMYK 0.12 0 0.25 0.24
HSL 88.75º 0.28% 0.66% -
HSV(B) 88.75º 0.25% 0.76% -
XYZ 40.76 48.73 34.05 -
YUV 180.65 107.88 120.4 -
System Red Green Blue C M Y K H S L
Decimal 170 193 145 0.12 0 0.25 0.24 88.75 0.28 0.66
Hex AA C1 91 C 0 19 18 59 1C 42
Octal 252 301 221 14 0 31 30 131 34 102
Binary 10101010 11000001 10010001 1100 0 11001 11000 1011001 11100 1000010

Color Harmonies of #AAC191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC191

Black with #AAC191

Text Example


Text Example

White with #AAC191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC191; }

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

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

background-color css

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

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

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

border-color css

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

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

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