Html Css Color HEX #AAC289 Norway

📋 copy color: '#AAC289'

red 170 ◦ green 194 ◦ blue 137

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

Shades of Norway #AAC289

Tints of Norway #AAC289

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.72%

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

R = 33.93%
G = 38.72%
B = 27.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#AAC289 (or 0xAAC289) is known color: Norway. HEX triplet: AA, C2 and 89. RGB value is (170,194,137). Sum of RGB (Red+Green+Blue) = 170+194+137=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC289 is #553D76. Grayscale: #B4B4B4. Windows color (decimal): -5586295 or 9028266. OLE color: 9028266.

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

Color convert

RGB 170 194 137 -
CMYK 0.12 0 0.29 0.24
HSL 85.26º 0.32% 0.65% -
HSV(B) 85.26º 0.29% 0.76% -
XYZ 40.38 48.94 30.98 -
YUV 180.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 170 194 137 0.12 0 0.29 0.24 85.26 0.32 0.65
Hex AA C2 89 C 0 1D 18 55 20 41
Octal 252 302 211 14 0 35 30 125 40 101
Binary 10101010 11000010 10001001 1100 0 11101 11000 1010101 100000 1000001

Color Harmonies of #AAC289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC289

Black with #AAC289

Text Example


Text Example

White with #AAC289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC289; }

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

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

background-color css

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

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

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

border-color css

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

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

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