Html Css Color HEX #9FBC9F Spring Rain

📋 copy color: '#9FBC9F'

red 159 ◦ green 188 ◦ blue 159

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

Shades of Spring Rain #9FBC9F

Tints of Spring Rain #9FBC9F

RGB

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

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

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

R = 31.42%
G = 37.15%
B = 31.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#9FBC9F (or 0x9FBC9F) is known color: Spring Rain. HEX triplet: 9F, BC and 9F. RGB value is (159,188,159). Sum of RGB (Red+Green+Blue) = 159+188+159=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC9F is #604360. Grayscale: #B0B0B0. Windows color (decimal): -6308705 or 10468511. OLE color: 10468511.

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

Color convert

RGB 159 188 159 -
CMYK 0.15 0 0.15 0.26
HSL 120º 0.18% 0.68% -
HSV(B) 120º 0.15% 0.74% -
XYZ 38.54 45.84 39.62 -
YUV 176.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 159 188 159 0.15 0 0.15 0.26 120 0.18 0.68
Hex 9F BC 9F F 0 F 1A 78 12 44
Octal 237 274 237 17 0 17 32 170 22 104
Binary 10011111 10111100 10011111 1111 0 1111 11010 1111000 10010 1000100

Color Harmonies of #9FBC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC9F

Black with #9FBC9F

Text Example


Text Example

White with #9FBC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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