#96BC89

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

Shades of Spring Rain #96BC89

Tints of Spring Rain #96BC89

Color information

#96BC89 (or 0x96BC89) is unknown color: approx Spring Rain. HEX triplet: 96, BC and 89. RGB value is (150,188,137). Sum of RGB (Red+Green+Blue) = 150+188+137=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC89 is #694376. Grayscale: #AAAAAA. Windows color (decimal): -6898551 or 9026710. OLE color: 9026710.

HSL color Cylindrical-coordinate representation of color #96BC89: hue angle of 104.71º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BC89 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB150188137-
CMYK0.2000.270.26
HSL104.71º27.57%63.73%-
HSV(B)104.71º27.13%73.73%-
XYZ35.0844.2630.36-
YUV170.82108.91113.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=31.58%
G=39.58%
B=28.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501881370.2000.270.26104.7127.5763.73
Hex96BC891401B1A691c40
Octal226274211240333215134100
Binary10010110101111001000100110100011011110101101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BC89; }

 p { color: rgb(150,188,137); }

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

<style>
 a { background-color: #96BC89; }

 a { background-color: rgb(150,188,137); }

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

<style>
 span { border-color: #96BC89; }

 span { border-color: rgb(150,188,137); }

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