Html Css Color HEX #9BB999 Spring Rain

📋 copy color: '#9BB999'

red 155 ◦ green 185 ◦ blue 153

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

Shades of Spring Rain #9BB999

Tints of Spring Rain #9BB999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 31.44%
G = 37.53%
B = 31.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#9BB999 (or 0x9BB999) is known color: Spring Rain. HEX triplet: 9B, B9 and 99. RGB value is (155,185,153). Sum of RGB (Red+Green+Blue) = 155+185+153=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB999 is #644666. Grayscale: #ACACAC. Windows color (decimal): -6571623 or 10074523. OLE color: 10074523.

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

Color convert

RGB 155 185 153 -
CMYK 0.16 0 0.17 0.27
HSL 116.25º 0.19% 0.66% -
HSV(B) 116.25º 0.17% 0.73% -
XYZ 36.62 43.97 36.69 -
YUV 172.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 155 185 153 0.16 0 0.17 0.27 116.25 0.19 0.66
Hex 9B B9 99 10 0 11 1B 74 13 42
Octal 233 271 231 20 0 21 33 164 23 102
Binary 10011011 10111001 10011001 10000 0 10001 11011 1110100 10011 1000010

Color Harmonies of #9BB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB999

Black with #9BB999

Text Example


Text Example

White with #9BB999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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