#96BB8A

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

Shades of Spring Rain #96BB8A

Tints of Spring Rain #96BB8A

Color information

#96BB8A (or 0x96BB8A) is unknown color: approx Spring Rain. HEX triplet: 96, BB and 8A. RGB value is (150,187,138). Sum of RGB (Red+Green+Blue) = 150+187+138=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB8A is #694475. Grayscale: #AAAAAA. Windows color (decimal): -6898806 or 9091990. OLE color: 9091990.

HSL color Cylindrical-coordinate representation of color #96BB8A: hue angle of 105.31º 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 #96BB8A is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB150187138-
CMYK0.2000.260.27
HSL105.31º26.49%63.73%-
HSV(B)105.31º26.2%73.33%-
XYZ34.9443.8630.67-
YUV170.35109.74113.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=31.58%
G=39.37%
B=29.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501871380.2000.260.27105.3126.4963.73
Hex96BB8A1401A1B691a40
Octal226273212240323315132100
Binary10010110101110111000101010100011010110111101001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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