#9EB98B

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

Shades of Norway #9EB98B

Tints of Norway #9EB98B

Color information

#9EB98B (or 0x9EB98B) is unknown color: approx Norway. HEX triplet: 9E, B9 and 8B. RGB value is (158,185,139). Sum of RGB (Red+Green+Blue) = 158+185+139=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB98B is #614674. Grayscale: #ABABAB. Windows color (decimal): -6375029 or 9157022. OLE color: 9157022.

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

Color convert

RGB158185139-
CMYK0.1500.250.27
HSL95.22º24.73%63.53%-
HSV(B)95.22º24.86%72.55%-
XYZ36.1143.8330.98-
YUV171.68109.55118.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.78%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=32.78%
G=38.38%
B=28.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851390.1500.250.2795.2224.7363.53
Hex9EB98BF0191B5f1940
Octal236271213170313313731100
Binary1001111010111001100010111111011001110111011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EB98B; }

 p { color: rgb(158,185,139); }

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

<style>
 a { background-color: #9EB98B; }

 a { background-color: rgb(158,185,139); }

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

<style>
 span { border-color: #9EB98B; }

 span { border-color: rgb(158,185,139); }

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