#98BB8D

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

Shades of Spring Rain #98BB8D

Tints of Spring Rain #98BB8D

Color information

#98BB8D (or 0x98BB8D) is unknown color: approx Spring Rain. HEX triplet: 98, BB and 8D. RGB value is (152,187,141). Sum of RGB (Red+Green+Blue) = 152+187+141=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BB8D is #674472. Grayscale: #ABABAB. Windows color (decimal): -6767731 or 9288600. OLE color: 9288600.

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

Color convert

RGB152187141-
CMYK0.1900.250.27
HSL105.65º25.27%64.31%-
HSV(B)105.65º24.6%73.33%-
XYZ35.5344.1431.85-
YUV171.29110.9114.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=31.67%
G=38.96%
B=29.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521871410.1900.250.27105.6525.2764.31
Hex98BB8D130191B6a1940
Octal230273215230313315231100
Binary10011000101110111000110110011011001110111101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,187,141); }

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

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

 a { background-color: rgb(152,187,141); }

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

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

 span { border-color: rgb(152,187,141); }

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