Html Css Color HEX #9FBE9C Spring Rain

📋 copy color: '#9FBE9C'

red 159 ◦ green 190 ◦ blue 156

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

Shades of Spring Rain #9FBE9C

Tints of Spring Rain #9FBE9C

RGB

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

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

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

R = 31.49%
G = 37.62%
B = 30.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#9FBE9C (or 0x9FBE9C) is known color: Spring Rain. HEX triplet: 9F, BE and 9C. RGB value is (159,190,156). Sum of RGB (Red+Green+Blue) = 159+190+156=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE9C is #604163. Grayscale: #B0B0B0. Windows color (decimal): -6308196 or 10272415. OLE color: 10272415.

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

Color convert

RGB 159 190 156 -
CMYK 0.16 0 0.18 0.25
HSL 114.71º 0.21% 0.68% -
HSV(B) 114.71º 0.18% 0.75% -
XYZ 38.71 46.6 38.41 -
YUV 176.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 159 190 156 0.16 0 0.18 0.25 114.71 0.21 0.68
Hex 9F BE 9C 10 0 12 19 73 15 44
Octal 237 276 234 20 0 22 31 163 25 104
Binary 10011111 10111110 10011100 10000 0 10010 11001 1110011 10101 1000100

Color Harmonies of #9FBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE9C

Black with #9FBE9C

Text Example


Text Example

White with #9FBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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