Html Css Color HEX #9BB991 Spring Rain

📋 copy color: '#9BB991'

red 155 ◦ green 185 ◦ blue 145

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

Shades of Spring Rain #9BB991

Tints of Spring Rain #9BB991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 31.96%
G = 38.14%
B = 29.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#9BB991 (or 0x9BB991) is known color: Spring Rain. HEX triplet: 9B, B9 and 91. RGB value is (155,185,145). Sum of RGB (Red+Green+Blue) = 155+185+145=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB991 is #64466E. Grayscale: #ABABAB. Windows color (decimal): -6571631 or 9550235. OLE color: 9550235.

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

Color convert

RGB 155 185 145 -
CMYK 0.16 0 0.22 0.27
HSL 105º 0.22% 0.65% -
HSV(B) 105º 0.22% 0.73% -
XYZ 35.98 43.71 33.33 -
YUV 171.47 113.06 116.25 -
System Red Green Blue C M Y K H S L
Decimal 155 185 145 0.16 0 0.22 0.27 105 0.22 0.65
Hex 9B B9 91 10 0 16 1B 69 16 41
Octal 233 271 221 20 0 26 33 151 26 101
Binary 10011011 10111001 10010001 10000 0 10110 11011 1101001 10110 1000001

Color Harmonies of #9BB991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB991

Black with #9BB991

Text Example


Text Example

White with #9BB991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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