Html Css Color HEX #9BBC96 Spring Rain

📋 copy color: '#9BBC96'

red 155 ◦ green 188 ◦ blue 150

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

Shades of Spring Rain #9BBC96

Tints of Spring Rain #9BBC96

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.13%

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

R = 31.44%
G = 38.13%
B = 30.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#9BBC96 (or 0x9BBC96) is known color: Spring Rain. HEX triplet: 9B, BC and 96. RGB value is (155,188,150). Sum of RGB (Red+Green+Blue) = 155+188+150=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC96 is #644369. Grayscale: #ADADAD. Windows color (decimal): -6570858 or 9878683. OLE color: 9878683.

HSL color Cylindrical-coordinate representation of color #9BBC96: hue angle of 112.11º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBC96 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 188 150 -
CMYK 0.18 0 0.20 0.26
HSL 112.11º 0.22% 0.66% -
HSV(B) 112.11º 0.2% 0.74% -
XYZ 37.01 45.14 35.62 -
YUV 173.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 155 188 150 0.18 0 0.20 0.26 112.11 0.22 0.66
Hex 9B BC 96 12 0 14 1A 70 16 42
Octal 233 274 226 22 0 24 32 160 26 102
Binary 10011011 10111100 10010110 10010 0 10100 11010 1110000 10110 1000010

Color Harmonies of #9BBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC96

Black with #9BBC96

Text Example


Text Example

White with #9BBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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