#9BBF99

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

Shades of Spring Rain #9BBF99

Tints of Spring Rain #9BBF99

Color information

#9BBF99 (or 0x9BBF99) is unknown color: approx Spring Rain. HEX triplet: 9B, BF and 99. RGB value is (155,191,153). Sum of RGB (Red+Green+Blue) = 155+191+153=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF99 is #644066. Grayscale: #B0B0B0. Windows color (decimal): -6570087 or 10076059. OLE color: 10076059.

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

Color convert

RGB155191153-
CMYK0.1900.200.25
HSL116.84º22.89%67.45%-
HSV(B)116.84º19.9%74.9%-
XYZ37.946.5337.12-
YUV175.9115.07113.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.06%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=31.06%
G=38.28%
B=30.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911530.1900.200.25116.8422.8967.45
Hex9BBF991301419751743
Octal233277231230243116527103
Binary10011011101111111001100110011010100110011110101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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