Html Css Color HEX #AABC9A Norway

📋 copy color: '#AABC9A'

red 170 ◦ green 188 ◦ blue 154

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

Shades of Norway #AABC9A

Tints of Norway #AABC9A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.72%

 BLUE value IS 154 (60.55% from 255) = 30.08%

R = 33.2%
G = 36.72%
B = 30.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#AABC9A (or 0xAABC9A) is known color: Norway. HEX triplet: AA, BC and 9A. RGB value is (170,188,154). Sum of RGB (Red+Green+Blue) = 170+188+154=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC9A is #554365. Grayscale: #B2B2B2. Windows color (decimal): -5587814 or 10140842. OLE color: 10140842.

HSL color Cylindrical-coordinate representation of color #AABC9A: hue angle of 91.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABC9A is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 154 -
CMYK 0.10 0 0.18 0.26
HSL 91.76º 0.2% 0.67% -
HSV(B) 91.76º 0.18% 0.74% -
XYZ 40.39 46.85 37.48 -
YUV 178.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 170 188 154 0.10 0 0.18 0.26 91.76 0.2 0.67
Hex AA BC 9A A 0 12 1A 5C 14 43
Octal 252 274 232 12 0 22 32 134 24 103
Binary 10101010 10111100 10011010 1010 0 10010 11010 1011100 10100 1000011

Color Harmonies of #AABC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC9A

Black with #AABC9A

Text Example


Text Example

White with #AABC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC9A; }

 p { color: rgb(170,188,154); }

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

background-color css

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

 a { background-color: rgb(170,188,154); }

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

border-color css

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

 span { border-color: rgb(170,188,154); }

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