#9FBD9C

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

Shades of Spring Rain #9FBD9C

Tints of Spring Rain #9FBD9C

Color information

#9FBD9C (or 0x9FBD9C) is unknown color: approx Spring Rain. HEX triplet: 9F, BD and 9C. RGB value is (159,189,156). Sum of RGB (Red+Green+Blue) = 159+189+156=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBD9C is #604263. Grayscale: #B0B0B0. Windows color (decimal): -6308452 or 10272159. OLE color: 10272159.

HSL color Cylindrical-coordinate representation of color #9FBD9C: hue angle of 114.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FBD9C is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB159189156-
CMYK0.1600.170.26
HSL114.55º20%67.65%-
HSV(B)114.55º17.46%74.12%-
XYZ38.546.1738.33-
YUV176.27116.56115.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=31.55%
G=37.5%
B=30.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891560.1600.170.26114.552067.65
Hex9FBD9C100111A731444
Octal237275234200213216324104
Binary10011111101111011001110010000010001110101110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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