Html Css Color HEX #9FBB9C Spring Rain

📋 copy color: '#9FBB9C'

red 159 ◦ green 187 ◦ blue 156

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

Shades of Spring Rain #9FBB9C

Tints of Spring Rain #9FBB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 31.67%
G = 37.25%
B = 31.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#9FBB9C (or 0x9FBB9C) is known color: Spring Rain. HEX triplet: 9F, BB and 9C. RGB value is (159,187,156). Sum of RGB (Red+Green+Blue) = 159+187+156=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBB9C is #604463. Grayscale: #AFAFAF. Windows color (decimal): -6308964 or 10271647. OLE color: 10271647.

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

Color convert

RGB 159 187 156 -
CMYK 0.15 0 0.17 0.27
HSL 114.19º 0.19% 0.67% -
HSV(B) 114.19º 0.17% 0.73% -
XYZ 38.07 45.31 38.19 -
YUV 175.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 159 187 156 0.15 0 0.17 0.27 114.19 0.19 0.67
Hex 9F BB 9C F 0 11 1B 72 13 43
Octal 237 273 234 17 0 21 33 162 23 103
Binary 10011111 10111011 10011100 1111 0 10001 11011 1110010 10011 1000011

Color Harmonies of #9FBB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBB9C

Black with #9FBB9C

Text Example


Text Example

White with #9FBB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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