#98B386

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

Shades of Norway #98B386

Tints of Norway #98B386

Color information

#98B386 (or 0x98B386) is unknown color: approx Norway. HEX triplet: 98, B3 and 86. RGB value is (152,179,134). Sum of RGB (Red+Green+Blue) = 152+179+134=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #98B386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B386 is #674C79. Grayscale: #A5A5A5. Windows color (decimal): -6769786 or 8827800. OLE color: 8827800.

HSL color Cylindrical-coordinate representation of color #98B386: hue angle of 96º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98B386 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB152179134-
CMYK0.1500.250.30
HSL96º22.84%61.37%-
HSV(B)96º25.14%70.2%-
XYZ33.3740.6428.64-
YUV165.8110.05118.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 179 (70.31% from 255) = 38.49%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=32.69%
G=38.49%
B=28.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521791340.1500.250.309622.8461.37
Hex98B386F0191E60173d
Octal23026320617031361402775
Binary100110001011001110000110111101100111110110000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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