#9BC097

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

Shades of Spring Rain #9BC097

Tints of Spring Rain #9BC097

Color information

#9BC097 (or 0x9BC097) is unknown color: approx Spring Rain. HEX triplet: 9B, C0 and 97. RGB value is (155,192,151). Sum of RGB (Red+Green+Blue) = 155+192+151=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC097 is #643F68. Grayscale: #B0B0B0. Windows color (decimal): -6569833 or 9945243. OLE color: 9945243.

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

Color convert

RGB155192151-
CMYK0.1900.210.25
HSL114.15º24.55%67.25%-
HSV(B)114.15º21.35%75.29%-
XYZ37.9546.936.33-
YUV176.26113.74112.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.12%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=31.12%
G=38.55%
B=30.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551921510.1900.210.25114.1524.5567.25
Hex9BC0971301519721943
Octal233300227230253116231103
Binary10011011110000001001011110011010101110011110010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,192,151); }

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

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

 a { background-color: rgb(155,192,151); }

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

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

 span { border-color: rgb(155,192,151); }

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