Html Css Color HEX #9FBE9F Spring Rain

📋 copy color: '#9FBE9F'

red 159 ◦ green 190 ◦ blue 159

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

Shades of Spring Rain #9FBE9F

Tints of Spring Rain #9FBE9F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.4%

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

R = 31.3%
G = 37.4%
B = 31.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#9FBE9F (or 0x9FBE9F) is known color: Spring Rain. HEX triplet: 9F, BE and 9F. RGB value is (159,190,159). Sum of RGB (Red+Green+Blue) = 159+190+159=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE9F is #604160. Grayscale: #B1B1B1. Windows color (decimal): -6308193 or 10469023. OLE color: 10469023.

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

Color convert

RGB 159 190 159 -
CMYK 0.16 0 0.16 0.25
HSL 120º 0.19% 0.68% -
HSV(B) 120º 0.16% 0.75% -
XYZ 38.97 46.7 39.76 -
YUV 177.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 159 190 159 0.16 0 0.16 0.25 120 0.19 0.68
Hex 9F BE 9F 10 0 10 19 78 13 44
Octal 237 276 237 20 0 20 31 170 23 104
Binary 10011111 10111110 10011111 10000 0 10000 11001 1111000 10011 1000100

Color Harmonies of #9FBE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE9F

Black with #9FBE9F

Text Example


Text Example

White with #9FBE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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