Html Css Color HEX #AABD9B Norway

📋 copy color: '#AABD9B'

red 170 ◦ green 189 ◦ blue 155

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

Shades of Norway #AABD9B

Tints of Norway #AABD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.16%

R = 33.07%
G = 36.77%
B = 30.16%

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

#AABD9B (or 0xAABD9B) is known color: Norway. HEX triplet: AA, BD and 9B. RGB value is (170,189,155). Sum of RGB (Red+Green+Blue) = 170+189+155=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD9B is #554264. Grayscale: #B3B3B3. Windows color (decimal): -5587557 or 10206634. OLE color: 10206634.

HSL color Cylindrical-coordinate representation of color #AABD9B: hue angle of 93.53º 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 #AABD9B is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 155 -
CMYK 0.10 0 0.18 0.26
HSL 93.53º 0.2% 0.67% -
HSV(B) 93.53º 0.18% 0.74% -
XYZ 40.69 47.31 38 -
YUV 179.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 170 189 155 0.10 0 0.18 0.26 93.53 0.2 0.67
Hex AA BD 9B A 0 12 1A 5E 14 43
Octal 252 275 233 12 0 22 32 136 24 103
Binary 10101010 10111101 10011011 1010 0 10010 11010 1011110 10100 1000011

Color Harmonies of #AABD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD9B

Black with #AABD9B

Text Example


Text Example

White with #AABD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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