#9BBF96

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

Shades of Spring Rain #9BBF96

Tints of Spring Rain #9BBF96

Color information

#9BBF96 (or 0x9BBF96) is unknown color: approx Spring Rain. HEX triplet: 9B, BF and 96. RGB value is (155,191,150). Sum of RGB (Red+Green+Blue) = 155+191+150=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF96 is #644069. Grayscale: #AFAFAF. Windows color (decimal): -6570090 or 9879451. OLE color: 9879451.

HSL color Cylindrical-coordinate representation of color #9BBF96: hue angle of 112.68º degrees, saturation: 0.24, 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 #9BBF96 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB155191150-
CMYK0.1900.210.25
HSL112.68º24.26%66.86%-
HSV(B)112.68º21.47%74.9%-
XYZ37.6546.4335.83-
YUV175.56113.57113.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.25%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=31.25%
G=38.51%
B=30.24%

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
Decimal1551911500.1900.210.25112.6824.2666.86
Hex9BBF961301519711843
Octal233277226230253116130103
Binary10011011101111111001011010011010101110011110001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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