#9FBF96

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

Shades of Spring Rain #9FBF96

Tints of Spring Rain #9FBF96

Color information

#9FBF96 (or 0x9FBF96) is unknown color: approx Spring Rain. HEX triplet: 9F, BF and 96. RGB value is (159,191,150). Sum of RGB (Red+Green+Blue) = 159+191+150=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBF96 is #604069. Grayscale: #B0B0B0. Windows color (decimal): -6307946 or 9879455. OLE color: 9879455.

HSL color Cylindrical-coordinate representation of color #9FBF96: hue angle of 106.83º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FBF96 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB159191150-
CMYK0.1700.210.25
HSL106.83º24.26%66.86%-
HSV(B)106.83º21.47%74.9%-
XYZ38.4346.8335.87-
YUV176.76112.9115.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 150 (58.98% from 255) = 30%
R=31.8%
G=38.2%
B=30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911500.1700.210.25106.8324.2666.86
Hex9FBF9611015196b1843
Octal237277226210253115330103
Binary10011111101111111001011010001010101110011101011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,150); }

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

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

 a { background-color: rgb(159,191,150); }

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

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

 span { border-color: rgb(159,191,150); }

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