#98B588

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

Shades of Norway #98B588

Tints of Norway #98B588

Color information

#98B588 (or 0x98B588) is unknown color: approx Norway. HEX triplet: 98, B5 and 88. RGB value is (152,181,136). Sum of RGB (Red+Green+Blue) = 152+181+136=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #98B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B588 is #674A77. Grayscale: #A7A7A7. Windows color (decimal): -6769272 or 8959384. OLE color: 8959384.

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

Color convert

RGB152181136-
CMYK0.1600.250.29
HSL98.67º23.32%62.16%-
HSV(B)98.67º24.86%70.98%-
XYZ33.9241.529.52-
YUV167.2110.39117.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.41%
GREEN value IS 181 (71.09% from 255) = 38.59%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=32.41%
G=38.59%
B=29.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521811360.1600.250.2998.6723.3262.16
Hex98B588100191D63173e
Octal23026521020031351432776
Binary1001100010110101100010001000001100111101110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,181,136); }

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

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

 a { background-color: rgb(152,181,136); }

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

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

 span { border-color: rgb(152,181,136); }

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