#9BBE99

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

Shades of Spring Rain #9BBE99

Tints of Spring Rain #9BBE99

Color information

#9BBE99 (or 0x9BBE99) is unknown color: approx Spring Rain. HEX triplet: 9B, BE and 99. RGB value is (155,190,153). Sum of RGB (Red+Green+Blue) = 155+190+153=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE99 is #644166. Grayscale: #AFAFAF. Windows color (decimal): -6570343 or 10075803. OLE color: 10075803.

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

Color convert

RGB155190153-
CMYK0.1800.190.25
HSL116.76º22.16%67.25%-
HSV(B)116.76º19.47%74.51%-
XYZ37.6846.137.05-
YUV175.32115.4113.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.12%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 153 (60.16% from 255) = 30.72%
R=31.12%
G=38.15%
B=30.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901530.1800.190.25116.7622.1667.25
Hex9BBE991201319751643
Octal233276231220233116526103
Binary10011011101111101001100110010010011110011110101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,153); }

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

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

 a { background-color: rgb(155,190,153); }

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

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

 span { border-color: rgb(155,190,153); }

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