Html Css Color HEX #9BBB96 Spring Rain

📋 copy color: '#9BBB96'

red 155 ◦ green 187 ◦ blue 150

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

Shades of Spring Rain #9BBB96

Tints of Spring Rain #9BBB96

RGB

 RED value IS 155 (60.94% from 255) = 31.5%

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

 BLUE value IS 150 (58.98% from 255) = 30.49%

R = 31.5%
G = 38.01%
B = 30.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#9BBB96 (or 0x9BBB96) is known color: Spring Rain. HEX triplet: 9B, BB and 96. RGB value is (155,187,150). Sum of RGB (Red+Green+Blue) = 155+187+150=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBB96 is #644469. Grayscale: #ADADAD. Windows color (decimal): -6571114 or 9878427. OLE color: 9878427.

HSL color Cylindrical-coordinate representation of color #9BBB96: hue angle of 111.89º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBB96 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 187 150 -
CMYK 0.17 0 0.20 0.27
HSL 111.89º 0.21% 0.66% -
HSV(B) 111.89º 0.2% 0.73% -
XYZ 36.79 44.71 35.55 -
YUV 173.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 155 187 150 0.17 0 0.20 0.27 111.89 0.21 0.66
Hex 9B BB 96 11 0 14 1B 70 15 42
Octal 233 273 226 21 0 24 33 160 25 102
Binary 10011011 10111011 10010110 10001 0 10100 11011 1110000 10101 1000010

Color Harmonies of #9BBB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB96

Black with #9BBB96

Text Example


Text Example

White with #9BBB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BBB96;
 }
 .AnyTagClassName
 {
   color: #9BBB96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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