Html Css Color HEX #9BBA97 Spring Rain

📋 copy color: '#9BBA97'

red 155 ◦ green 186 ◦ blue 151

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

Shades of Spring Rain #9BBA97

Tints of Spring Rain #9BBA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.69%

R = 31.5%
G = 37.8%
B = 30.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#9BBA97 (or 0x9BBA97) is known color: Spring Rain. HEX triplet: 9B, BA and 97. RGB value is (155,186,151). Sum of RGB (Red+Green+Blue) = 155+186+151=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA97 is #644568. Grayscale: #ACACAC. Windows color (decimal): -6571369 or 9943707. OLE color: 9943707.

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

Color convert

RGB 155 186 151 -
CMYK 0.17 0 0.19 0.27
HSL 113.14º 0.2% 0.66% -
HSV(B) 113.14º 0.19% 0.73% -
XYZ 36.66 44.32 35.9 -
YUV 172.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 155 186 151 0.17 0 0.19 0.27 113.14 0.2 0.66
Hex 9B BA 97 11 0 13 1B 71 14 42
Octal 233 272 227 21 0 23 33 161 24 102
Binary 10011011 10111010 10010111 10001 0 10011 11011 1110001 10100 1000010

Color Harmonies of #9BBA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA97

Black with #9BBA97

Text Example


Text Example

White with #9BBA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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