Html Css Color HEX #9CBB95 Spring Rain

📋 copy color: '#9CBB95'

red 156 ◦ green 187 ◦ blue 149

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

Shades of Spring Rain #9CBB95

Tints of Spring Rain #9CBB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.28%

R = 31.71%
G = 38.01%
B = 30.28%

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

#9CBB95 (or 0x9CBB95) is known color: Spring Rain. HEX triplet: 9C, BB and 95. RGB value is (156,187,149). Sum of RGB (Red+Green+Blue) = 156+187+149=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB95 is #63446A. Grayscale: #ADADAD. Windows color (decimal): -6505579 or 9812892. OLE color: 9812892.

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

Color convert

RGB 156 187 149 -
CMYK 0.17 0 0.20 0.27
HSL 108.95º 0.22% 0.66% -
HSV(B) 108.95º 0.2% 0.73% -
XYZ 36.91 44.78 35.13 -
YUV 173.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 156 187 149 0.17 0 0.20 0.27 108.95 0.22 0.66
Hex 9C BB 95 11 0 14 1B 6D 16 42
Octal 234 273 225 21 0 24 33 155 26 102
Binary 10011100 10111011 10010101 10001 0 10100 11011 1101101 10110 1000010

Color Harmonies of #9CBB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB95

Black with #9CBB95

Text Example


Text Example

White with #9CBB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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