Html Css Color HEX #9BB995 Spring Rain

📋 copy color: '#9BB995'

red 155 ◦ green 185 ◦ blue 149

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

Shades of Spring Rain #9BB995

Tints of Spring Rain #9BB995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.47%

R = 31.7%
G = 37.83%
B = 30.47%

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

#9BB995 (or 0x9BB995) is known color: Spring Rain. HEX triplet: 9B, B9 and 95. RGB value is (155,185,149). Sum of RGB (Red+Green+Blue) = 155+185+149=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB995 is #64466A. Grayscale: #ACACAC. Windows color (decimal): -6571627 or 9812379. OLE color: 9812379.

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

Color convert

RGB 155 185 149 -
CMYK 0.16 0 0.19 0.27
HSL 110º 0.2% 0.65% -
HSV(B) 110º 0.19% 0.73% -
XYZ 36.29 43.84 34.98 -
YUV 171.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 155 185 149 0.16 0 0.19 0.27 110 0.2 0.65
Hex 9B B9 95 10 0 13 1B 6E 14 41
Octal 233 271 225 20 0 23 33 156 24 101
Binary 10011011 10111001 10010101 10000 0 10011 11011 1101110 10100 1000001

Color Harmonies of #9BB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB995

Black with #9BB995

Text Example


Text Example

White with #9BB995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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