#98B983

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

Shades of Norway #98B983

Tints of Norway #98B983

Color information

#98B983 (or 0x98B983) is unknown color: approx Norway. HEX triplet: 98, B9 and 83. RGB value is (152,185,131). Sum of RGB (Red+Green+Blue) = 152+185+131=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #98B983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B983 is #67467C. Grayscale: #A9A9A9. Windows color (decimal): -6768253 or 8632728. OLE color: 8632728.

HSL color Cylindrical-coordinate representation of color #98B983: hue angle of 96.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98B983 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB152185131-
CMYK0.1800.290.27
HSL96.67º27.84%61.96%-
HSV(B)96.67º29.19%72.55%-
XYZ34.3943.0127.96-
YUV168.98106.57115.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.48%
GREEN value IS 185 (72.66% from 255) = 39.53%
BLUE value IS 131 (51.56% from 255) = 27.99%
R=32.48%
G=39.53%
B=27.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521851310.1800.290.2796.6727.8461.96
Hex98B9831201D1B611c3e
Octal23027120322035331413476
Binary1001100010111001100000111001001110111011110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,185,131); }

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

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

 a { background-color: rgb(152,185,131); }

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

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

 span { border-color: rgb(152,185,131); }

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