Html Css Color HEX #96BB89 Spring Rain

📋 copy color: '#96BB89'

red 150 ◦ green 187 ◦ blue 137

#96BB89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #96BB89

Tints of Spring Rain #96BB89

RGB

 RED value IS 150 (58.98% from 255) = 31.65%

 GREEN value IS 187 (73.44% from 255) = 39.45%

 BLUE value IS 137 (53.91% from 255) = 28.9%

R = 31.65%
G = 39.45%
B = 28.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#96BB89 (or 0x96BB89) is known color: Spring Rain. HEX triplet: 96, BB and 89. RGB value is (150,187,137). Sum of RGB (Red+Green+Blue) = 150+187+137=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB89 is #694476. Grayscale: #AAAAAA. Windows color (decimal): -6898807 or 9026454. OLE color: 9026454.

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

Color convert

RGB 150 187 137 -
CMYK 0.20 0 0.27 0.27
HSL 104.4º 0.27% 0.64% -
HSV(B) 104.4º 0.27% 0.73% -
XYZ 34.86 43.83 30.29 -
YUV 170.24 109.24 113.57 -
System Red Green Blue C M Y K H S L
Decimal 150 187 137 0.20 0 0.27 0.27 104.4 0.27 0.64
Hex 96 BB 89 14 0 1B 1B 68 1B 40
Octal 226 273 211 24 0 33 33 150 33 100
Binary 10010110 10111011 10001001 10100 0 11011 11011 1101000 11011 1000000

Color Harmonies of #96BB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB89

Black with #96BB89

Text Example


Text Example

White with #96BB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96BB89;
 }
 .AnyTagClassName
 {
   color: #96BB89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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