#98B484

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

Shades of Norway #98B484

Tints of Norway #98B484

Color information

#98B484 (or 0x98B484) is unknown color: approx Norway. HEX triplet: 98, B4 and 84. RGB value is (152,180,132). Sum of RGB (Red+Green+Blue) = 152+180+132=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #98B484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B484 is #674B7B. Grayscale: #A6A6A6. Windows color (decimal): -6769532 or 8696984. OLE color: 8696984.

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

Color convert

RGB152180132-
CMYK0.1600.270.29
HSL95º24.24%61.18%-
HSV(B)95º26.67%70.59%-
XYZ33.4440.9827.98-
YUV166.16108.72117.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 132 (51.95% from 255) = 28.45%
R=32.76%
G=38.79%
B=28.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801320.1600.270.299524.2461.18
Hex98B4841001B1D5f183d
Octal23026420420033351373075
Binary1001100010110100100001001000001101111101101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,180,132); }

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

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

 a { background-color: rgb(152,180,132); }

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

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

 span { border-color: rgb(152,180,132); }

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