#98BC83

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

Shades of Norway #98BC83

Tints of Norway #98BC83

Color information

#98BC83 (or 0x98BC83) is unknown color: approx Norway. HEX triplet: 98, BC and 83. RGB value is (152,188,131). Sum of RGB (Red+Green+Blue) = 152+188+131=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BC83 is #67437C. Grayscale: #AAAAAA. Windows color (decimal): -6767485 or 8633496. OLE color: 8633496.

HSL color Cylindrical-coordinate representation of color #98BC83: hue angle of 97.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98BC83 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB152188131-
CMYK0.1900.300.26
HSL97.89º29.84%62.55%-
HSV(B)97.89º30.32%73.73%-
XYZ35.0344.2828.17-
YUV170.74105.57114.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.27%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=32.27%
G=39.92%
B=27.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881310.1900.300.2697.8929.8462.55
Hex98BC831301E1A621e3f
Octal23027420323036321423677
Binary1001100010111100100000111001101111011010110001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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