#99AD8D

Color #99AD8D Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #99AD8D

Tints of Norway #99AD8D

Color information

#99AD8D (or 0x99AD8D) is unknown color: approx Norway. HEX triplet: 99, AD and 8D. RGB value is (153,173,141). Sum of RGB (Red+Green+Blue) = 153+173+141=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD8D is #665272. Grayscale: #A3A3A3. Windows color (decimal): -6705779 or 9285017. OLE color: 9285017.

HSL color Cylindrical-coordinate representation of color #99AD8D: hue angle of 97.5º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99AD8D is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB153173141-
CMYK0.1200.180.32
HSL97.5º16.33%61.57%-
HSV(B)97.5º18.5%67.84%-
XYZ32.8938.5830.91-
YUV163.37115.37120.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=32.76%
G=37.04%
B=30.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531731410.1200.180.3297.516.3361.57
Hex99AD8DC0122061103e
Octal23125521514022401412076
Binary1001100110101101100011011100010010100000110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99AD8D;
 }
 .AnyTagClassName
 {
   color: #99AD8D;
 }
</style>
background-color css

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

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

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

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

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

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