Html Css Color HEX #AAC192 Norway

📋 copy color: '#AAC192'

red 170 ◦ green 193 ◦ blue 146

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

Shades of Norway #AAC192

Tints of Norway #AAC192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.68%

R = 33.4%
G = 37.92%
B = 28.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#AAC192 (or 0xAAC192) is known color: Norway. HEX triplet: AA, C1 and 92. RGB value is (170,193,146). Sum of RGB (Red+Green+Blue) = 170+193+146=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC192 is #553E6D. Grayscale: #B4B4B4. Windows color (decimal): -5586542 or 9617834. OLE color: 9617834.

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

Color convert

RGB 170 193 146 -
CMYK 0.12 0 0.24 0.24
HSL 89.36º 0.27% 0.66% -
HSV(B) 89.36º 0.24% 0.76% -
XYZ 40.84 48.76 34.45 -
YUV 180.77 108.38 120.32 -
System Red Green Blue C M Y K H S L
Decimal 170 193 146 0.12 0 0.24 0.24 89.36 0.27 0.66
Hex AA C1 92 C 0 18 18 59 1B 42
Octal 252 301 222 14 0 30 30 131 33 102
Binary 10101010 11000001 10010010 1100 0 11000 11000 1011001 11011 1000010

Color Harmonies of #AAC192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC192

Black with #AAC192

Text Example


Text Example

White with #AAC192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC192; }

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

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

background-color css

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

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

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

border-color css

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

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

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