#99AE8D

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

Shades of Norway #99AE8D

Tints of Norway #99AE8D

Color information

#99AE8D (or 0x99AE8D) is unknown color: approx Norway. HEX triplet: 99, AE and 8D. RGB value is (153,174,141). Sum of RGB (Red+Green+Blue) = 153+174+141=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE8D is #665172. Grayscale: #A4A4A4. Windows color (decimal): -6705523 or 9285273. OLE color: 9285273.

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

Color convert

RGB153174141-
CMYK0.1200.190.32
HSL98.18º16.92%61.76%-
HSV(B)98.18º18.97%68.24%-
XYZ33.0838.9730.98-
YUV163.96115.04120.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=32.69%
G=37.18%
B=30.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531741410.1200.190.3298.1816.9261.76
Hex99AE8DC0132062113e
Octal23125621514023401422176
Binary1001100110101110100011011100010011100000110001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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