Html Css Color HEX #99AA86 Norway

📋 copy color: '#99AA86'

red 153 ◦ green 170 ◦ blue 134

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

Shades of Norway #99AA86

Tints of Norway #99AA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.32%

R = 33.48%
G = 37.2%
B = 29.32%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#99AA86 (or 0x99AA86) is known color: Norway. HEX triplet: 99, AA and 86. RGB value is (153,170,134). Sum of RGB (Red+Green+Blue) = 153+170+134=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA86 is #665579. Grayscale: #A0A0A0. Windows color (decimal): -6706554 or 8825497. OLE color: 8825497.

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

Color convert

RGB 153 170 134 -
CMYK 0.1 0 0.21 0.33
HSL 88.33º 0.17% 0.6% -
HSV(B) 88.33º 0.21% 0.67% -
XYZ 31.81 37.24 28.07 -
YUV 160.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 153 170 134 0.1 0 0.21 0.33 88.33 0.17 0.6
Hex 99 AA 86 A 0 15 21 58 11 3C
Octal 231 252 206 12 0 25 41 130 21 74
Binary 10011001 10101010 10000110 1010 0 10101 100001 1011000 10001 111100

Color Harmonies of #99AA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA86

Black with #99AA86

Text Example


Text Example

White with #99AA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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