#98BE8C

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

Shades of Spring Rain #98BE8C

Tints of Spring Rain #98BE8C

Color information

#98BE8C (or 0x98BE8C) is unknown color: approx Spring Rain. HEX triplet: 98, BE and 8C. RGB value is (152,190,140). Sum of RGB (Red+Green+Blue) = 152+190+140=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BE8C is #674173. Grayscale: #ADADAD. Windows color (decimal): -6766964 or 9223832. OLE color: 9223832.

HSL color Cylindrical-coordinate representation of color #98BE8C: hue angle of 105.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98BE8C is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB152190140-
CMYK0.200.260.25
HSL105.6º27.78%64.71%-
HSV(B)105.6º26.32%74.51%-
XYZ36.145.431.67-
YUV172.94109.41113.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=31.54%
G=39.42%
B=29.05%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521901400.200.260.25105.627.7864.71
Hex98BE8C1401A196a1c41
Octal230276214240323115234101
Binary10011000101111101000110010100011010110011101010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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