Html Css Color HEX #9BB596 Spring Rain

📋 copy color: '#9BB596'

red 155 ◦ green 181 ◦ blue 150

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

Shades of Spring Rain #9BB596

Tints of Spring Rain #9BB596

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.24%

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

R = 31.89%
G = 37.24%
B = 30.86%

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

#9BB596 (or 0x9BB596) is known color: Spring Rain. HEX triplet: 9B, B5 and 96. RGB value is (155,181,150). Sum of RGB (Red+Green+Blue) = 155+181+150=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB596 is #644A69. Grayscale: #A9A9A9. Windows color (decimal): -6572650 or 9876891. OLE color: 9876891.

HSL color Cylindrical-coordinate representation of color #9BB596: hue angle of 110.32º 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 #9BB596 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 181 150 -
CMYK 0.14 0 0.17 0.29
HSL 110.32º 0.17% 0.65% -
HSV(B) 110.32º 0.17% 0.71% -
XYZ 35.55 42.22 35.13 -
YUV 169.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 155 181 150 0.14 0 0.17 0.29 110.32 0.17 0.65
Hex 9B B5 96 E 0 11 1D 6E 11 41
Octal 233 265 226 16 0 21 35 156 21 101
Binary 10011011 10110101 10010110 1110 0 10001 11101 1101110 10001 1000001

Color Harmonies of #9BB596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB596

Black with #9BB596

Text Example


Text Example

White with #9BB596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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