Html Css Color HEX #9FBBA0 Spring Rain

📋 copy color: '#9FBBA0'

red 159 ◦ green 187 ◦ blue 160

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

Shades of Spring Rain #9FBBA0

Tints of Spring Rain #9FBBA0

RGB

 RED value IS 159 (62.5% from 255) = 31.42%

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

 BLUE value IS 160 (62.89% from 255) = 31.62%

R = 31.42%
G = 36.96%
B = 31.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#9FBBA0 (or 0x9FBBA0) is known color: Spring Rain. HEX triplet: 9F, BB and A0. RGB value is (159,187,160). Sum of RGB (Red+Green+Blue) = 159+187+160=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBBA0 is #60445F. Grayscale: #AFAFAF. Windows color (decimal): -6308960 or 10533791. OLE color: 10533791.

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

Color convert

RGB 159 187 160 -
CMYK 0.15 0 0.14 0.27
HSL 122.14º 0.17% 0.68% -
HSV(B) 122.14º 0.15% 0.73% -
XYZ 38.41 45.45 40.01 -
YUV 175.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 159 187 160 0.15 0 0.14 0.27 122.14 0.17 0.68
Hex 9F BB A0 F 0 E 1B 7A 11 44
Octal 237 273 240 17 0 16 33 172 21 104
Binary 10011111 10111011 10100000 1111 0 1110 11011 1111010 10001 1000100

Color Harmonies of #9FBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBBA0

Black with #9FBBA0

Text Example


Text Example

White with #9FBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,187,160); }

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

background-color css

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

 a { background-color: rgb(159,187,160); }

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

border-color css

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

 span { border-color: rgb(159,187,160); }

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