#98BC91

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

Shades of Spring Rain #98BC91

Tints of Spring Rain #98BC91

Color information

#98BC91 (or 0x98BC91) is unknown color: approx Spring Rain. HEX triplet: 98, BC and 91. RGB value is (152,188,145). Sum of RGB (Red+Green+Blue) = 152+188+145=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BC91 is #67436E. Grayscale: #ACACAC. Windows color (decimal): -6767471 or 9551000. OLE color: 9551000.

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

Color convert

RGB152188145-
CMYK0.1900.230.26
HSL110.23º24.29%65.29%-
HSV(B)110.23º22.87%73.73%-
XYZ36.0444.6933.51-
YUV172.33112.57113.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 188 (73.83% from 255) = 38.76%
BLUE value IS 145 (57.03% from 255) = 29.90%
R=31.34%
G=38.76%
B=29.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881450.1900.230.26110.2324.2965.29
Hex98BC91130171A6e1841
Octal230274221230273215630101
Binary10011000101111001001000110011010111110101101110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98BC91; }

 p { color: rgb(152,188,145); }

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

<style>
 a { background-color: #98BC91; }

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

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

<style>
 span { border-color: #98BC91; }

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

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