Html Css Color HEX #9FBC9E Spring Rain

📋 copy color: '#9FBC9E'

red 159 ◦ green 188 ◦ blue 158

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

Shades of Spring Rain #9FBC9E

Tints of Spring Rain #9FBC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.29%

R = 31.49%
G = 37.23%
B = 31.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#9FBC9E (or 0x9FBC9E) is known color: Spring Rain. HEX triplet: 9F, BC and 9E. RGB value is (159,188,158). Sum of RGB (Red+Green+Blue) = 159+188+158=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC9E is #604361. Grayscale: #AFAFAF. Windows color (decimal): -6308706 or 10402975. OLE color: 10402975.

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

Color convert

RGB 159 188 158 -
CMYK 0.15 0 0.16 0.26
HSL 118º 0.18% 0.68% -
HSV(B) 118º 0.16% 0.74% -
XYZ 38.45 45.81 39.16 -
YUV 175.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 159 188 158 0.15 0 0.16 0.26 118 0.18 0.68
Hex 9F BC 9E F 0 10 1A 76 12 44
Octal 237 274 236 17 0 20 32 166 22 104
Binary 10011111 10111100 10011110 1111 0 10000 11010 1110110 10010 1000100

Color Harmonies of #9FBC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC9E

Black with #9FBC9E

Text Example


Text Example

White with #9FBC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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