Html Css Color HEX #AABB9B Norway

📋 copy color: '#AABB9B'

red 170 ◦ green 187 ◦ blue 155

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

Shades of Norway #AABB9B

Tints of Norway #AABB9B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

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

R = 33.2%
G = 36.52%
B = 30.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#AABB9B (or 0xAABB9B) is known color: Norway. HEX triplet: AA, BB and 9B. RGB value is (170,187,155). Sum of RGB (Red+Green+Blue) = 170+187+155=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB9B is #554464. Grayscale: #B2B2B2. Windows color (decimal): -5588069 or 10206122. OLE color: 10206122.

HSL color Cylindrical-coordinate representation of color #AABB9B: hue angle of 91.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABB9B is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 155 -
CMYK 0.09 0 0.17 0.27
HSL 91.88º 0.19% 0.67% -
HSV(B) 91.88º 0.17% 0.73% -
XYZ 40.26 46.45 37.85 -
YUV 178.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 170 187 155 0.09 0 0.17 0.27 91.88 0.19 0.67
Hex AA BB 9B 9 0 11 1B 5C 13 43
Octal 252 273 233 11 0 21 33 134 23 103
Binary 10101010 10111011 10011011 1001 0 10001 11011 1011100 10011 1000011

Color Harmonies of #AABB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB9B

Black with #AABB9B

Text Example


Text Example

White with #AABB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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