Html Css Color HEX #9BB996 Spring Rain

📋 copy color: '#9BB996'

red 155 ◦ green 185 ◦ blue 150

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

Shades of Spring Rain #9BB996

Tints of Spring Rain #9BB996

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.76%

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

R = 31.63%
G = 37.76%
B = 30.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#9BB996 (or 0x9BB996) is known color: Spring Rain. HEX triplet: 9B, B9 and 96. RGB value is (155,185,150). Sum of RGB (Red+Green+Blue) = 155+185+150=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB996 is #644669. Grayscale: #ACACAC. Windows color (decimal): -6571626 or 9877915. OLE color: 9877915.

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

Color convert

RGB 155 185 150 -
CMYK 0.16 0 0.19 0.27
HSL 111.43º 0.2% 0.66% -
HSV(B) 111.43º 0.19% 0.73% -
XYZ 36.37 43.87 35.4 -
YUV 172.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 155 185 150 0.16 0 0.19 0.27 111.43 0.2 0.66
Hex 9B B9 96 10 0 13 1B 6F 14 42
Octal 233 271 226 20 0 23 33 157 24 102
Binary 10011011 10111001 10010110 10000 0 10011 11011 1101111 10100 1000010

Color Harmonies of #9BB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB996

Black with #9BB996

Text Example


Text Example

White with #9BB996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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