#9BBF8D

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

Shades of Spring Rain #9BBF8D

Tints of Spring Rain #9BBF8D

Color information

#9BBF8D (or 0x9BBF8D) is unknown color: approx Spring Rain. HEX triplet: 9B, BF and 8D. RGB value is (155,191,141). Sum of RGB (Red+Green+Blue) = 155+191+141=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF8D is #644072. Grayscale: #AEAEAE. Windows color (decimal): -6570099 or 9289627. OLE color: 9289627.

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

Color convert

RGB155191141-
CMYK0.1900.260.25
HSL103.2º28.09%65.1%-
HSV(B)103.2º26.18%74.9%-
XYZ36.9646.1532.16-
YUV174.54109.07114.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=31.83%
G=39.22%
B=28.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911410.1900.260.25103.228.0965.1
Hex9BBF8D1301A19671c41
Octal233277215230323114734101
Binary10011011101111111000110110011011010110011100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,141); }

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

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

 a { background-color: rgb(155,191,141); }

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

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

 span { border-color: rgb(155,191,141); }

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