Html Css Color HEX #9BB496 Spring Rain

📋 copy color: '#9BB496'

red 155 ◦ green 180 ◦ blue 150

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

Shades of Spring Rain #9BB496

Tints of Spring Rain #9BB496

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.11%

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

R = 31.96%
G = 37.11%
B = 30.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#9BB496 (or 0x9BB496) is known color: Spring Rain. HEX triplet: 9B, B4 and 96. RGB value is (155,180,150). Sum of RGB (Red+Green+Blue) = 155+180+150=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB496 is #644B69. Grayscale: #A9A9A9. Windows color (decimal): -6572906 or 9876635. OLE color: 9876635.

HSL color Cylindrical-coordinate representation of color #9BB496: hue angle of 110º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BB496 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 150 -
CMYK 0.14 0 0.17 0.29
HSL 110º 0.17% 0.65% -
HSV(B) 110º 0.17% 0.71% -
XYZ 35.34 41.81 35.06 -
YUV 169.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 155 180 150 0.14 0 0.17 0.29 110 0.17 0.65
Hex 9B B4 96 E 0 11 1D 6E 11 41
Octal 233 264 226 16 0 21 35 156 21 101
Binary 10011011 10110100 10010110 1110 0 10001 11101 1101110 10001 1000001

Color Harmonies of #9BB496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB496

Black with #9BB496

Text Example


Text Example

White with #9BB496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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