Html Css Color HEX #9BC095 Spring Rain

📋 copy color: '#9BC095'

red 155 ◦ green 192 ◦ blue 149

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

Shades of Spring Rain #9BC095

Tints of Spring Rain #9BC095

RGB

 RED value IS 155 (60.94% from 255) = 31.25%

 GREEN value IS 192 (75.39% from 255) = 38.71%

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

R = 31.25%
G = 38.71%
B = 30.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#9BC095 (or 0x9BC095) is known color: Spring Rain. HEX triplet: 9B, C0 and 95. RGB value is (155,192,149). Sum of RGB (Red+Green+Blue) = 155+192+149=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC095 is #643F6A. Grayscale: #B0B0B0. Windows color (decimal): -6569835 or 9814171. OLE color: 9814171.

HSL color Cylindrical-coordinate representation of color #9BC095: hue angle of 111.63º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC095 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 149 -
CMYK 0.19 0 0.22 0.25
HSL 111.63º 0.25% 0.67% -
HSV(B) 111.63º 0.22% 0.75% -
XYZ 37.79 46.84 35.48 -
YUV 176.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 155 192 149 0.19 0 0.22 0.25 111.63 0.25 0.67
Hex 9B C0 95 13 0 16 19 70 19 43
Octal 233 300 225 23 0 26 31 160 31 103
Binary 10011011 11000000 10010101 10011 0 10110 11001 1110000 11001 1000011

Color Harmonies of #9BC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC095

Black with #9BC095

Text Example


Text Example

White with #9BC095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,149); }

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

background-color css

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

 a { background-color: rgb(155,192,149); }

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

border-color css

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

 span { border-color: rgb(155,192,149); }

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