#98B686

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

Shades of Norway #98B686

Tints of Norway #98B686

Color information

#98B686 (or 0x98B686) is unknown color: approx Norway. HEX triplet: 98, B6 and 86. RGB value is (152,182,134). Sum of RGB (Red+Green+Blue) = 152+182+134=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #98B686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B686 is #674979. Grayscale: #A7A7A7. Windows color (decimal): -6769018 or 8828568. OLE color: 8828568.

HSL color Cylindrical-coordinate representation of color #98B686: hue angle of 97.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98B686 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB152182134-
CMYK0.1600.260.29
HSL97.5º24.74%61.96%-
HSV(B)97.5º26.37%71.37%-
XYZ33.9841.8528.84-
YUV167.56109.06116.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.48%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 134 (52.73% from 255) = 28.63%
R=32.48%
G=38.89%
B=28.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521821340.1600.260.2997.524.7461.96
Hex98B6861001A1D61193e
Octal23026620620032351413176
Binary1001100010110110100001101000001101011101110000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98B686; }

 p { color: rgb(152,182,134); }

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

<style>
 a { background-color: #98B686; }

 a { background-color: rgb(152,182,134); }

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

<style>
 span { border-color: #98B686; }

 span { border-color: rgb(152,182,134); }

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