Html Css Color HEX #AABD9A Norway

📋 copy color: '#AABD9A'

red 170 ◦ green 189 ◦ blue 154

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

Shades of Norway #AABD9A

Tints of Norway #AABD9A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.84%

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

R = 33.14%
G = 36.84%
B = 30.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#AABD9A (or 0xAABD9A) is known color: Norway. HEX triplet: AA, BD and 9A. RGB value is (170,189,154). Sum of RGB (Red+Green+Blue) = 170+189+154=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD9A is #554265. Grayscale: #B3B3B3. Windows color (decimal): -5587558 or 10141098. OLE color: 10141098.

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

Color convert

RGB 170 189 154 -
CMYK 0.10 0 0.19 0.26
HSL 92.57º 0.21% 0.67% -
HSV(B) 92.57º 0.19% 0.74% -
XYZ 40.61 47.27 37.56 -
YUV 179.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 170 189 154 0.10 0 0.19 0.26 92.57 0.21 0.67
Hex AA BD 9A A 0 13 1A 5D 15 43
Octal 252 275 232 12 0 23 32 135 25 103
Binary 10101010 10111101 10011010 1010 0 10011 11010 1011101 10101 1000011

Color Harmonies of #AABD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD9A

Black with #AABD9A

Text Example


Text Example

White with #AABD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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