Html Css Color HEX #9FBC9C Spring Rain

📋 copy color: '#9FBC9C'

red 159 ◦ green 188 ◦ blue 156

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

Shades of Spring Rain #9FBC9C

Tints of Spring Rain #9FBC9C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.38%

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

R = 31.61%
G = 37.38%
B = 31.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#9FBC9C (or 0x9FBC9C) is known color: Spring Rain. HEX triplet: 9F, BC and 9C. RGB value is (159,188,156). Sum of RGB (Red+Green+Blue) = 159+188+156=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC9C is #604363. Grayscale: #AFAFAF. Windows color (decimal): -6308708 or 10271903. OLE color: 10271903.

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

Color convert

RGB 159 188 156 -
CMYK 0.15 0 0.17 0.26
HSL 114.38º 0.19% 0.67% -
HSV(B) 114.38º 0.17% 0.74% -
XYZ 38.28 45.74 38.26 -
YUV 175.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 159 188 156 0.15 0 0.17 0.26 114.38 0.19 0.67
Hex 9F BC 9C F 0 11 1A 72 13 43
Octal 237 274 234 17 0 21 32 162 23 103
Binary 10011111 10111100 10011100 1111 0 10001 11010 1110010 10011 1000011

Color Harmonies of #9FBC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC9C

Black with #9FBC9C

Text Example


Text Example

White with #9FBC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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