Html Css Color HEX #AAC392 Norway

📋 copy color: '#AAC392'

red 170 ◦ green 195 ◦ blue 146

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

Shades of Norway #AAC392

Tints of Norway #AAC392

RGB

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

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

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

R = 33.27%
G = 38.16%
B = 28.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#AAC392 (or 0xAAC392) is known color: Norway. HEX triplet: AA, C3 and 92. RGB value is (170,195,146). Sum of RGB (Red+Green+Blue) = 170+195+146=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC392 is #553C6D. Grayscale: #B6B6B6. Windows color (decimal): -5586030 or 9618346. OLE color: 9618346.

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

Color convert

RGB 170 195 146 -
CMYK 0.13 0 0.25 0.24
HSL 90.61º 0.29% 0.67% -
HSV(B) 90.61º 0.25% 0.76% -
XYZ 41.28 49.65 34.6 -
YUV 181.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 170 195 146 0.13 0 0.25 0.24 90.61 0.29 0.67
Hex AA C3 92 D 0 19 18 5B 1D 43
Octal 252 303 222 15 0 31 30 133 35 103
Binary 10101010 11000011 10010010 1101 0 11001 11000 1011011 11101 1000011

Color Harmonies of #AAC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC392

Black with #AAC392

Text Example


Text Example

White with #AAC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC392; }

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

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

background-color css

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

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

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

border-color css

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

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

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