Html Css Color HEX #9CB49B Spring Rain

📋 copy color: '#9CB49B'

red 156 ◦ green 180 ◦ blue 155

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

Shades of Spring Rain #9CB49B

Tints of Spring Rain #9CB49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.66%

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

R = 31.77%
G = 36.66%
B = 31.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#9CB49B (or 0x9CB49B) is known color: Spring Rain. HEX triplet: 9C, B4 and 9B. RGB value is (156,180,155). Sum of RGB (Red+Green+Blue) = 156+180+155=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB49B is #634B64. Grayscale: #AAAAAA. Windows color (decimal): -6507365 or 10204316. OLE color: 10204316.

HSL color Cylindrical-coordinate representation of color #9CB49B: hue angle of 117.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CB49B is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 180 155 -
CMYK 0.13 0 0.14 0.29
HSL 117.6º 0.14% 0.66% -
HSV(B) 117.6º 0.14% 0.71% -
XYZ 35.95 42.08 37.24 -
YUV 169.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 156 180 155 0.13 0 0.14 0.29 117.6 0.14 0.66
Hex 9C B4 9B D 0 E 1D 76 E 42
Octal 234 264 233 15 0 16 35 166 16 102
Binary 10011100 10110100 10011011 1101 0 1110 11101 1110110 1110 1000010

Color Harmonies of #9CB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB49B

Black with #9CB49B

Text Example


Text Example

White with #9CB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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