Html Css Color HEX #AAC492 Norway

📋 copy color: '#AAC492'

red 170 ◦ green 196 ◦ blue 146

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

Shades of Norway #AAC492

Tints of Norway #AAC492

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.28%

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

R = 33.2%
G = 38.28%
B = 28.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#AAC492 (or 0xAAC492) is known color: Norway. HEX triplet: AA, C4 and 92. RGB value is (170,196,146). Sum of RGB (Red+Green+Blue) = 170+196+146=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC492 is #553B6D. Grayscale: #B6B6B6. Windows color (decimal): -5585774 or 9618602. OLE color: 9618602.

HSL color Cylindrical-coordinate representation of color #AAC492: hue angle of 91.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC492 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 146 -
CMYK 0.13 0 0.26 0.23
HSL 91.2º 0.3% 0.67% -
HSV(B) 91.2º 0.26% 0.77% -
XYZ 41.51 50.1 34.68 -
YUV 182.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 170 196 146 0.13 0 0.26 0.23 91.2 0.3 0.67
Hex AA C4 92 D 0 1A 17 5B 1E 43
Octal 252 304 222 15 0 32 27 133 36 103
Binary 10101010 11000100 10010010 1101 0 11010 10111 1011011 11110 1000011

Color Harmonies of #AAC492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC492

Black with #AAC492

Text Example


Text Example

White with #AAC492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC492; }

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

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

background-color css

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

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

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

border-color css

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

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

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