Html Css Color HEX #9CBC96 Spring Rain

📋 copy color: '#9CBC96'

red 156 ◦ green 188 ◦ blue 150

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

Shades of Spring Rain #9CBC96

Tints of Spring Rain #9CBC96

RGB

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

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

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

R = 31.58%
G = 38.06%
B = 30.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#9CBC96 (or 0x9CBC96) is known color: Spring Rain. HEX triplet: 9C, BC and 96. RGB value is (156,188,150). Sum of RGB (Red+Green+Blue) = 156+188+150=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC96 is #634369. Grayscale: #AEAEAE. Windows color (decimal): -6505322 or 9878684. OLE color: 9878684.

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

Color convert

RGB 156 188 150 -
CMYK 0.17 0 0.20 0.26
HSL 110.53º 0.22% 0.66% -
HSV(B) 110.53º 0.2% 0.74% -
XYZ 37.2 45.24 35.63 -
YUV 174.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 156 188 150 0.17 0 0.20 0.26 110.53 0.22 0.66
Hex 9C BC 96 11 0 14 1A 6F 16 42
Octal 234 274 226 21 0 24 32 157 26 102
Binary 10011100 10111100 10010110 10001 0 10100 11010 1101111 10110 1000010

Color Harmonies of #9CBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC96

Black with #9CBC96

Text Example


Text Example

White with #9CBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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