Html Css Color HEX #99AA8A Norway

📋 copy color: '#99AA8A'

red 153 ◦ green 170 ◦ blue 138

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

Shades of Norway #99AA8A

Tints of Norway #99AA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 33.19%
G = 36.88%
B = 29.93%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#99AA8A (or 0x99AA8A) is known color: Norway. HEX triplet: 99, AA and 8A. RGB value is (153,170,138). Sum of RGB (Red+Green+Blue) = 153+170+138=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA8A is #665575. Grayscale: #A1A1A1. Windows color (decimal): -6706550 or 9087641. OLE color: 9087641.

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

Color convert

RGB 153 170 138 -
CMYK 0.1 0 0.19 0.33
HSL 91.88º 0.16% 0.6% -
HSV(B) 91.88º 0.19% 0.67% -
XYZ 32.1 37.36 29.56 -
YUV 161.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 153 170 138 0.1 0 0.19 0.33 91.88 0.16 0.6
Hex 99 AA 8A A 0 13 21 5C 10 3C
Octal 231 252 212 12 0 23 41 134 20 74
Binary 10011001 10101010 10001010 1010 0 10011 100001 1011100 10000 111100

Color Harmonies of #99AA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA8A

Black with #99AA8A

Text Example


Text Example

White with #99AA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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