#9FBE9C

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

Shades of Spring Rain #9FBE9C

Tints of Spring Rain #9FBE9C

Color information

#9FBE9C (or 0x9FBE9C) is unknown color: approx Spring Rain. HEX triplet: 9F, BE and 9C. RGB value is (159,190,156). Sum of RGB (Red+Green+Blue) = 159+190+156=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE9C is #604163. Grayscale: #B0B0B0. Windows color (decimal): -6308196 or 10272415. OLE color: 10272415.

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

Color convert

RGB159190156-
CMYK0.1600.180.25
HSL114.71º20.73%67.84%-
HSV(B)114.71º17.89%74.51%-
XYZ38.7146.638.41-
YUV176.85116.23115.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=31.49%
G=37.62%
B=30.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901560.1600.180.25114.7120.7367.84
Hex9FBE9C1001219731544
Octal237276234200223116325104
Binary10011111101111101001110010000010010110011110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,156); }

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

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

 a { background-color: rgb(159,190,156); }

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

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

 span { border-color: rgb(159,190,156); }

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