Html Css Color HEX #AAC396 Norway

📋 copy color: '#AAC396'

red 170 ◦ green 195 ◦ blue 150

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

Shades of Norway #AAC396

Tints of Norway #AAC396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.86%

 BLUE value IS 150 (58.98% from 255) = 29.13%

R = 33.01%
G = 37.86%
B = 29.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#AAC396 (or 0xAAC396) is known color: Norway. HEX triplet: AA, C3 and 96. RGB value is (170,195,150). Sum of RGB (Red+Green+Blue) = 170+195+150=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC396 is #553C69. Grayscale: #B6B6B6. Windows color (decimal): -5586026 or 9880490. OLE color: 9880490.

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

Color convert

RGB 170 195 150 -
CMYK 0.13 0 0.23 0.24
HSL 93.33º 0.27% 0.68% -
HSV(B) 93.33º 0.23% 0.76% -
XYZ 41.6 49.78 36.27 -
YUV 182.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 170 195 150 0.13 0 0.23 0.24 93.33 0.27 0.68
Hex AA C3 96 D 0 17 18 5D 1B 44
Octal 252 303 226 15 0 27 30 135 33 104
Binary 10101010 11000011 10010110 1101 0 10111 11000 1011101 11011 1000100

Color Harmonies of #AAC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC396

Black with #AAC396

Text Example


Text Example

White with #AAC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC396; }

 p { color: rgb(170,195,150); }

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

background-color css

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

 a { background-color: rgb(170,195,150); }

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

border-color css

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

 span { border-color: rgb(170,195,150); }

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