Html Css Color HEX #AABC9B Norway

📋 copy color: '#AABC9B'

red 170 ◦ green 188 ◦ blue 155

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

Shades of Norway #AABC9B

Tints of Norway #AABC9B

RGB

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

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

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

R = 33.14%
G = 36.65%
B = 30.21%

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

#AABC9B (or 0xAABC9B) is known color: Norway. HEX triplet: AA, BC and 9B. RGB value is (170,188,155). Sum of RGB (Red+Green+Blue) = 170+188+155=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC9B is #554364. Grayscale: #B2B2B2. Windows color (decimal): -5587813 or 10206378. OLE color: 10206378.

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

Color convert

RGB 170 188 155 -
CMYK 0.10 0 0.18 0.26
HSL 92.73º 0.2% 0.67% -
HSV(B) 92.73º 0.18% 0.74% -
XYZ 40.48 46.88 37.93 -
YUV 178.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 170 188 155 0.10 0 0.18 0.26 92.73 0.2 0.67
Hex AA BC 9B A 0 12 1A 5D 14 43
Octal 252 274 233 12 0 22 32 135 24 103
Binary 10101010 10111100 10011011 1010 0 10010 11010 1011101 10100 1000011

Color Harmonies of #AABC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC9B

Black with #AABC9B

Text Example


Text Example

White with #AABC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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