#9FB498

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

Shades of Spring Rain #9FB498

Tints of Spring Rain #9FB498

Color information

#9FB498 (or 0x9FB498) is unknown color: approx Spring Rain. HEX triplet: 9F, B4 and 98. RGB value is (159,180,152). Sum of RGB (Red+Green+Blue) = 159+180+152=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB498 is #604B67. Grayscale: #AAAAAA. Windows color (decimal): -6310760 or 10007711. OLE color: 10007711.

HSL color Cylindrical-coordinate representation of color #9FB498: hue angle of 105º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FB498 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB159180152-
CMYK0.1200.160.29
HSL105º15.73%65.1%-
HSV(B)105º15.56%70.59%-
XYZ36.2942.2835.95-
YUV170.53117.54119.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.38%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=32.38%
G=36.66%
B=30.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801520.1200.160.2910515.7365.1
Hex9FB498C0101D691041
Octal237264230140203515120101
Binary1001111110110100100110001100010000111011101001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,180,152); }

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

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

 a { background-color: rgb(159,180,152); }

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

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

 span { border-color: rgb(159,180,152); }

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