#9FBC92

Color #9FBC92 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9FBC92

Tints of Spring Rain #9FBC92

Color information

#9FBC92 (or 0x9FBC92) is unknown color: approx Spring Rain. HEX triplet: 9F, BC and 92. RGB value is (159,188,146). Sum of RGB (Red+Green+Blue) = 159+188+146=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC92 is #60436D. Grayscale: #AEAEAE. Windows color (decimal): -6308718 or 9616543. OLE color: 9616543.

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

Color convert

RGB159188146-
CMYK0.1500.220.26
HSL101.43º23.86%65.49%-
HSV(B)101.43º22.34%73.73%-
XYZ37.4745.4133.98-
YUV174.54111.89116.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.25%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=32.25%
G=38.13%
B=29.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881460.1500.220.26101.4323.8665.49
Hex9FBC92F0161A651841
Octal237274222170263214530101
Binary1001111110111100100100101111010110110101100101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FBC92;
 }
 .AnyTagClassName
 {
   color: #9FBC92;
 }
</style>
background-color css

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

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

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

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

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

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