#9FBB9A

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

Shades of Spring Rain #9FBB9A

Tints of Spring Rain #9FBB9A

Color information

#9FBB9A (or 0x9FBB9A) is unknown color: approx Spring Rain. HEX triplet: 9F, BB and 9A. RGB value is (159,187,154). Sum of RGB (Red+Green+Blue) = 159+187+154=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBB9A is #604465. Grayscale: #AEAEAE. Windows color (decimal): -6308966 or 10140575. OLE color: 10140575.

HSL color Cylindrical-coordinate representation of color #9FBB9A: hue angle of 110.91º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FBB9A is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB159187154-
CMYK0.1500.180.27
HSL110.91º19.53%66.86%-
HSV(B)110.91º17.65%73.33%-
XYZ37.945.2437.31-
YUV174.87116.22116.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=31.8%
G=37.4%
B=30.8%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591871540.1500.180.27110.9119.5366.86
Hex9FBB9AF0121B6f1443
Octal237273232170223315724103
Binary1001111110111011100110101111010010110111101111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,154); }

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

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

 a { background-color: rgb(159,187,154); }

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

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

 span { border-color: rgb(159,187,154); }

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