#98B98A

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

Shades of Norway #98B98A

Tints of Norway #98B98A

Color information

#98B98A (or 0x98B98A) is unknown color: approx Norway. HEX triplet: 98, B9 and 8A. RGB value is (152,185,138). Sum of RGB (Red+Green+Blue) = 152+185+138=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #98B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B98A is #674675. Grayscale: #A9A9A9. Windows color (decimal): -6768246 or 9091480. OLE color: 9091480.

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

Color convert

RGB152185138-
CMYK0.1800.250.27
HSL102.13º25.13%63.33%-
HSV(B)102.13º25.41%72.55%-
XYZ34.8943.2130.55-
YUV169.78110.07115.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=32%
G=38.95%
B=29.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521851380.1800.250.27102.1325.1363.33
Hex98B98A120191B66193f
Octal23027121222031331463177
Binary1001100010111001100010101001001100111011110011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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