#9FBF99

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

Shades of Spring Rain #9FBF99

Tints of Spring Rain #9FBF99

Color information

#9FBF99 (or 0x9FBF99) is unknown color: approx Spring Rain. HEX triplet: 9F, BF and 99. RGB value is (159,191,153). Sum of RGB (Red+Green+Blue) = 159+191+153=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBF99 is #604066. Grayscale: #B1B1B1. Windows color (decimal): -6307943 or 10076063. OLE color: 10076063.

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

Color convert

RGB159191153-
CMYK0.1700.200.25
HSL110.53º22.89%67.45%-
HSV(B)110.53º19.9%74.9%-
XYZ38.6846.9337.16-
YUV177.1114.4115.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=31.61%
G=37.97%
B=30.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911530.1700.200.25110.5322.8967.45
Hex9FBF9911014196f1743
Octal237277231210243115727103
Binary10011111101111111001100110001010100110011101111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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