Html Css Color HEX #AABB96 Norway

📋 copy color: '#AABB96'

red 170 ◦ green 187 ◦ blue 150

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

Shades of Norway #AABB96

Tints of Norway #AABB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 33.53%
G = 36.88%
B = 29.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#AABB96 (or 0xAABB96) is known color: Norway. HEX triplet: AA, BB and 96. RGB value is (170,187,150). Sum of RGB (Red+Green+Blue) = 170+187+150=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB96 is #554469. Grayscale: #B1B1B1. Windows color (decimal): -5588074 or 9878442. OLE color: 9878442.

HSL color Cylindrical-coordinate representation of color #AABB96: hue angle of 87.57º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABB96 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 150 -
CMYK 0.09 0 0.20 0.27
HSL 87.57º 0.21% 0.66% -
HSV(B) 87.57º 0.2% 0.73% -
XYZ 39.85 46.29 35.69 -
YUV 177.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 170 187 150 0.09 0 0.20 0.27 87.57 0.21 0.66
Hex AA BB 96 9 0 14 1B 58 15 42
Octal 252 273 226 11 0 24 33 130 25 102
Binary 10101010 10111011 10010110 1001 0 10100 11011 1011000 10101 1000010

Color Harmonies of #AABB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB96

Black with #AABB96

Text Example


Text Example

White with #AABB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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