#98BC8C

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

Shades of Spring Rain #98BC8C

Tints of Spring Rain #98BC8C

Color information

#98BC8C (or 0x98BC8C) is unknown color: approx Spring Rain. HEX triplet: 98, BC and 8C. RGB value is (152,188,140). Sum of RGB (Red+Green+Blue) = 152+188+140=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BC8C is #674373. Grayscale: #ABABAB. Windows color (decimal): -6767476 or 9223320. OLE color: 9223320.

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

Color convert

RGB152188140-
CMYK0.1900.260.26
HSL105º26.37%64.31%-
HSV(B)105º25.53%73.73%-
XYZ35.6744.5431.53-
YUV171.76110.07113.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=31.67%
G=39.17%
B=29.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881400.1900.260.2610526.3764.31
Hex98BC8C1301A1A691a40
Octal230274214230323215132100
Binary10011000101111001000110010011011010110101101001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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