#99A889

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

Shades of Norway #99A889

Tints of Norway #99A889

Color information

#99A889 (or 0x99A889) is unknown color: approx Norway. HEX triplet: 99, A8 and 89. RGB value is (153,168,137). Sum of RGB (Red+Green+Blue) = 153+168+137=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 168 - color contains mainly: green. Hex color #99A889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A889 is #665776. Grayscale: #A0A0A0. Windows color (decimal): -6707063 or 9021593. OLE color: 9021593.

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

Color convert

RGB153168137-
CMYK0.0900.180.34
HSL89.03º15.12%59.8%-
HSV(B)89.03º18.45%65.88%-
XYZ31.6536.5829.06-
YUV159.98115.03123.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 168 (66.02% from 255) = 36.68%
BLUE value IS 137 (53.91% from 255) = 29.91%
R=33.41%
G=36.68%
B=29.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1531681370.0900.180.3489.0315.1259.8
Hex99A88990122259f3c
Octal23125021111022421311774
Binary100110011010100010001001100101001010001010110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,168,137); }

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

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

 a { background-color: rgb(153,168,137); }

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

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

 span { border-color: rgb(153,168,137); }

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