#96BA8A

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

Shades of Spring Rain #96BA8A

Tints of Spring Rain #96BA8A

Color information

#96BA8A (or 0x96BA8A) is unknown color: approx Spring Rain. HEX triplet: 96, BA and 8A. RGB value is (150,186,138). Sum of RGB (Red+Green+Blue) = 150+186+138=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA8A is #694575. Grayscale: #A9A9A9. Windows color (decimal): -6899062 or 9091734. OLE color: 9091734.

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

Color convert

RGB150186138-
CMYK0.1900.260.27
HSL105º25.81%63.53%-
HSV(B)105º25.81%72.94%-
XYZ34.7243.4430.6-
YUV169.76110.07113.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.65%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 138 (54.30% from 255) = 29.11%
R=31.65%
G=39.24%
B=29.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501861380.1900.260.2710525.8163.53
Hex96BA8A1301A1B691a40
Octal226272212230323315132100
Binary10010110101110101000101010011011010110111101001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,186,138); }

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

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

 a { background-color: rgb(150,186,138); }

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

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

 span { border-color: rgb(150,186,138); }

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