Html Css Color HEX #AAC992 Norway

📋 copy color: '#AAC992'

red 170 ◦ green 201 ◦ blue 146

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

Shades of Norway #AAC992

Tints of Norway #AAC992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.88%

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

R = 32.88%
G = 38.88%
B = 28.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#AAC992 (or 0xAAC992) is known color: Norway. HEX triplet: AA, C9 and 92. RGB value is (170,201,146). Sum of RGB (Red+Green+Blue) = 170+201+146=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC992 is #55366D. Grayscale: #B9B9B9. Windows color (decimal): -5584494 or 9619882. OLE color: 9619882.

HSL color Cylindrical-coordinate representation of color #AAC992: hue angle of 93.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC992 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 146 -
CMYK 0.15 0 0.27 0.21
HSL 93.82º 0.34% 0.68% -
HSV(B) 93.82º 0.27% 0.79% -
XYZ 42.65 52.39 35.06 -
YUV 185.46 105.73 116.97 -
System Red Green Blue C M Y K H S L
Decimal 170 201 146 0.15 0 0.27 0.21 93.82 0.34 0.68
Hex AA C9 92 F 0 1B 15 5E 22 44
Octal 252 311 222 17 0 33 25 136 42 104
Binary 10101010 11001001 10010010 1111 0 11011 10101 1011110 100010 1000100

Color Harmonies of #AAC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC992

Black with #AAC992

Text Example


Text Example

White with #AAC992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC992; }

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

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

background-color css

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

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

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

border-color css

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

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

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