#9FB992

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

Shades of Spring Rain #9FB992

Tints of Spring Rain #9FB992

Color information

#9FB992 (or 0x9FB992) is unknown color: approx Spring Rain. HEX triplet: 9F, B9 and 92. RGB value is (159,185,146). Sum of RGB (Red+Green+Blue) = 159+185+146=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB992 is #60466D. Grayscale: #ACACAC. Windows color (decimal): -6309486 or 9615775. OLE color: 9615775.

HSL color Cylindrical-coordinate representation of color #9FB992: hue angle of 100º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FB992 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB159185146-
CMYK0.1400.210.27
HSL100º21.79%64.9%-
HSV(B)100º21.08%72.55%-
XYZ36.8444.1433.77-
YUV172.78112.89118.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.45%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=32.45%
G=37.76%
B=29.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591851460.1400.210.2710021.7964.9
Hex9FB992E0151B641641
Octal237271222160253314426101
Binary1001111110111001100100101110010101110111100100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,185,146); }

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

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

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

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

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

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

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