Html Css Color HEX #9CBA9B Spring Rain

📋 copy color: '#9CBA9B'

red 156 ◦ green 186 ◦ blue 155

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

Shades of Spring Rain #9CBA9B

Tints of Spring Rain #9CBA9B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

 BLUE value IS 155 (60.94% from 255) = 31.19%

R = 31.39%
G = 37.42%
B = 31.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#9CBA9B (or 0x9CBA9B) is known color: Spring Rain. HEX triplet: 9C, BA and 9B. RGB value is (156,186,155). Sum of RGB (Red+Green+Blue) = 156+186+155=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA9B is #634564. Grayscale: #ADADAD. Windows color (decimal): -6505829 or 10205852. OLE color: 10205852.

HSL color Cylindrical-coordinate representation of color #9CBA9B: hue angle of 118.06º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBA9B is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 186 155 -
CMYK 0.16 0 0.17 0.27
HSL 118.06º 0.18% 0.67% -
HSV(B) 118.06º 0.17% 0.73% -
XYZ 37.19 44.55 37.65 -
YUV 173.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 156 186 155 0.16 0 0.17 0.27 118.06 0.18 0.67
Hex 9C BA 9B 10 0 11 1B 76 12 43
Octal 234 272 233 20 0 21 33 166 22 103
Binary 10011100 10111010 10011011 10000 0 10001 11011 1110110 10010 1000011

Color Harmonies of #9CBA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA9B

Black with #9CBA9B

Text Example


Text Example

White with #9CBA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,186,155); }

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

background-color css

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

 a { background-color: rgb(156,186,155); }

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

border-color css

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

 span { border-color: rgb(156,186,155); }

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