Html Css Color HEX #9CBB96 Spring Rain

📋 copy color: '#9CBB96'

red 156 ◦ green 187 ◦ blue 150

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

Shades of Spring Rain #9CBB96

Tints of Spring Rain #9CBB96

RGB

 RED value IS 156 (61.33% from 255) = 31.64%

 GREEN value IS 187 (73.44% from 255) = 37.93%

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

R = 31.64%
G = 37.93%
B = 30.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#9CBB96 (or 0x9CBB96) is known color: Spring Rain. HEX triplet: 9C, BB and 96. RGB value is (156,187,150). Sum of RGB (Red+Green+Blue) = 156+187+150=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB96 is #634469. Grayscale: #ADADAD. Windows color (decimal): -6505578 or 9878428. OLE color: 9878428.

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

Color convert

RGB 156 187 150 -
CMYK 0.17 0 0.20 0.27
HSL 110.27º 0.21% 0.66% -
HSV(B) 110.27º 0.2% 0.73% -
XYZ 36.99 44.81 35.55 -
YUV 173.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 156 187 150 0.17 0 0.20 0.27 110.27 0.21 0.66
Hex 9C BB 96 11 0 14 1B 6E 15 42
Octal 234 273 226 21 0 24 33 156 25 102
Binary 10011100 10111011 10010110 10001 0 10100 11011 1101110 10101 1000010

Color Harmonies of #9CBB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB96

Black with #9CBB96

Text Example


Text Example

White with #9CBB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,150); }

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

background-color css

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

 a { background-color: rgb(156,187,150); }

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

border-color css

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

 span { border-color: rgb(156,187,150); }

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