#9EB99E

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

Shades of Spring Rain #9EB99E

Tints of Spring Rain #9EB99E

Color information

#9EB99E (or 0x9EB99E) is unknown color: approx Spring Rain. HEX triplet: 9E, B9 and 9E. RGB value is (158,185,158). Sum of RGB (Red+Green+Blue) = 158+185+158=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB99E is #614661. Grayscale: #ADADAD. Windows color (decimal): -6375010 or 10402206. OLE color: 10402206.

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

Color convert

RGB158185158-
CMYK0.1500.150.27
HSL120º16.17%67.25%-
HSV(B)120º14.59%72.55%-
XYZ37.6244.4438.94-
YUV173.85119.05116.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.54%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=31.54%
G=36.93%
B=31.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581851580.1500.150.2712016.1767.25
Hex9EB99EF0F1B781043
Octal236271236170173317020103
Binary100111101011100110011110111101111110111111000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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