Html Css Color HEX #AAC198 Norway

📋 copy color: '#AAC198'

red 170 ◦ green 193 ◦ blue 152

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

Shades of Norway #AAC198

Tints of Norway #AAC198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.51%

R = 33.01%
G = 37.48%
B = 29.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#AAC198 (or 0xAAC198) is known color: Norway. HEX triplet: AA, C1 and 98. RGB value is (170,193,152). Sum of RGB (Red+Green+Blue) = 170+193+152=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC198 is #553E67. Grayscale: #B5B5B5. Windows color (decimal): -5586536 or 10011050. OLE color: 10011050.

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

Color convert

RGB 170 193 152 -
CMYK 0.12 0 0.21 0.24
HSL 93.66º 0.25% 0.68% -
HSV(B) 93.66º 0.21% 0.76% -
XYZ 41.32 48.95 36.98 -
YUV 181.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 170 193 152 0.12 0 0.21 0.24 93.66 0.25 0.68
Hex AA C1 98 C 0 15 18 5E 19 44
Octal 252 301 230 14 0 25 30 136 31 104
Binary 10101010 11000001 10011000 1100 0 10101 11000 1011110 11001 1000100

Color Harmonies of #AAC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC198

Black with #AAC198

Text Example


Text Example

White with #AAC198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC198; }

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

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

background-color css

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

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

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

border-color css

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

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

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