#9FBD90

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

Shades of Spring Rain #9FBD90

Tints of Spring Rain #9FBD90

Color information

#9FBD90 (or 0x9FBD90) is unknown color: approx Spring Rain. HEX triplet: 9F, BD and 90. RGB value is (159,189,144). Sum of RGB (Red+Green+Blue) = 159+189+144=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBD90 is #60426F. Grayscale: #AFAFAF. Windows color (decimal): -6308464 or 9485727. OLE color: 9485727.

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

Color convert

RGB159189144-
CMYK0.1600.240.26
HSL100º25.42%65.29%-
HSV(B)100º23.81%74.12%-
XYZ37.5345.7833.24-
YUV174.9110.56116.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 144 (56.64% from 255) = 29.27%
R=32.32%
G=38.41%
B=29.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891440.1600.240.2610025.4265.29
Hex9FBD90100181A641941
Octal237275220200303214431101
Binary10011111101111011001000010000011000110101100100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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