#9FBF92

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

Shades of Spring Rain #9FBF92

Tints of Spring Rain #9FBF92

Color information

#9FBF92 (or 0x9FBF92) is unknown color: approx Spring Rain. HEX triplet: 9F, BF and 92. RGB value is (159,191,146). Sum of RGB (Red+Green+Blue) = 159+191+146=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBF92 is #60406D. Grayscale: #B0B0B0. Windows color (decimal): -6307950 or 9617311. OLE color: 9617311.

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

Color convert

RGB159191146-
CMYK0.1700.240.25
HSL102.67º26.01%66.08%-
HSV(B)102.67º23.56%74.9%-
XYZ38.1246.7134.2-
YUV176.3110.9115.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=32.06%
G=38.51%
B=29.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911460.1700.240.25102.6726.0166.08
Hex9FBF921101819671a42
Octal237277222210303114732102
Binary10011111101111111001001010001011000110011100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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