Html Css Color HEX #99AA8D Norway

📋 copy color: '#99AA8D'

red 153 ◦ green 170 ◦ blue 141

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

Shades of Norway #99AA8D

Tints of Norway #99AA8D

RGB

 RED value IS 153 (60.16% from 255) = 32.97%

 GREEN value IS 170 (66.8% from 255) = 36.64%

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 32.97%
G = 36.64%
B = 30.39%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#99AA8D (or 0x99AA8D) is known color: Norway. HEX triplet: 99, AA and 8D. RGB value is (153,170,141). Sum of RGB (Red+Green+Blue) = 153+170+141=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA8D is #665572. Grayscale: #A1A1A1. Windows color (decimal): -6706547 or 9284249. OLE color: 9284249.

HSL color Cylindrical-coordinate representation of color #99AA8D: hue angle of 95.17º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99AA8D is Cyan = 0.1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 170 141 -
CMYK 0.1 0 0.17 0.33
HSL 95.17º 0.15% 0.61% -
HSV(B) 95.17º 0.17% 0.67% -
XYZ 32.32 37.44 30.72 -
YUV 161.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 153 170 141 0.1 0 0.17 0.33 95.17 0.15 0.61
Hex 99 AA 8D A 0 11 21 5F F 3D
Octal 231 252 215 12 0 21 41 137 17 75
Binary 10011001 10101010 10001101 1010 0 10001 100001 1011111 1111 111101

Color Harmonies of #99AA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA8D

Black with #99AA8D

Text Example


Text Example

White with #99AA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AA8D; }

 p { color: rgb(153,170,141); }

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

background-color css

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

 a { background-color: rgb(153,170,141); }

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

border-color css

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

 span { border-color: rgb(153,170,141); }

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