Html Css Color HEX #AAC489 Norway

📋 copy color: '#AAC489'

red 170 ◦ green 196 ◦ blue 137

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

Shades of Norway #AAC489

Tints of Norway #AAC489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.24%

R = 33.8%
G = 38.97%
B = 27.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#AAC489 (or 0xAAC489) is known color: Norway. HEX triplet: AA, C4 and 89. RGB value is (170,196,137). Sum of RGB (Red+Green+Blue) = 170+196+137=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC489 is #553B76. Grayscale: #B5B5B5. Windows color (decimal): -5585783 or 9028778. OLE color: 9028778.

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

Color convert

RGB 170 196 137 -
CMYK 0.13 0 0.30 0.23
HSL 86.44º 0.33% 0.65% -
HSV(B) 86.44º 0.3% 0.77% -
XYZ 40.83 49.83 31.13 -
YUV 181.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 170 196 137 0.13 0 0.30 0.23 86.44 0.33 0.65
Hex AA C4 89 D 0 1E 17 56 21 41
Octal 252 304 211 15 0 36 27 126 41 101
Binary 10101010 11000100 10001001 1101 0 11110 10111 1010110 100001 1000001

Color Harmonies of #AAC489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC489

Black with #AAC489

Text Example


Text Example

White with #AAC489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC489; }

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

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

background-color css

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

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

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

border-color css

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

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

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