Html Css Color HEX #9BBA95 Spring Rain

📋 copy color: '#9BBA95'

red 155 ◦ green 186 ◦ blue 149

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

Shades of Spring Rain #9BBA95

Tints of Spring Rain #9BBA95

RGB

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

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

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

R = 31.63%
G = 37.96%
B = 30.41%

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

#9BBA95 (or 0x9BBA95) is known color: Spring Rain. HEX triplet: 9B, BA and 95. RGB value is (155,186,149). Sum of RGB (Red+Green+Blue) = 155+186+149=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA95 is #64456A. Grayscale: #ACACAC. Windows color (decimal): -6571371 or 9812635. OLE color: 9812635.

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

Color convert

RGB 155 186 149 -
CMYK 0.17 0 0.20 0.27
HSL 110.27º 0.21% 0.66% -
HSV(B) 110.27º 0.2% 0.73% -
XYZ 36.5 44.26 35.05 -
YUV 172.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 155 186 149 0.17 0 0.20 0.27 110.27 0.21 0.66
Hex 9B BA 95 11 0 14 1B 6E 15 42
Octal 233 272 225 21 0 24 33 156 25 102
Binary 10011011 10111010 10010101 10001 0 10100 11011 1101110 10101 1000010

Color Harmonies of #9BBA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA95

Black with #9BBA95

Text Example


Text Example

White with #9BBA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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