#99A98D

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

Shades of Norway #99A98D

Tints of Norway #99A98D

Color information

#99A98D (or 0x99A98D) is unknown color: approx Norway. HEX triplet: 99, A9 and 8D. RGB value is (153,169,141). Sum of RGB (Red+Green+Blue) = 153+169+141=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 169 - color contains mainly: green. Hex color #99A98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A98D is #665672. Grayscale: #A1A1A1. Windows color (decimal): -6706803 or 9283993. OLE color: 9283993.

HSL color Cylindrical-coordinate representation of color #99A98D: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99A98D is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB153169141-
CMYK0.0900.170.34
HSL94.29º14%60.78%-
HSV(B)94.29º16.57%66.27%-
XYZ32.1337.0730.66-
YUV161.02116.7122.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=33.05%
G=36.50%
B=30.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1531691410.0900.170.3494.291460.78
Hex99A98D9011225ee3d
Octal23125121511021421361675
Binary100110011010100110001101100101000110001010111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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