#98B88E

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

Shades of Spring Rain #98B88E

Tints of Spring Rain #98B88E

Color information

#98B88E (or 0x98B88E) is unknown color: approx Spring Rain. HEX triplet: 98, B8 and 8E. RGB value is (152,184,142). Sum of RGB (Red+Green+Blue) = 152+184+142=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #98B88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B88E is #674771. Grayscale: #A9A9A9. Windows color (decimal): -6768498 or 9353368. OLE color: 9353368.

HSL color Cylindrical-coordinate representation of color #98B88E: hue angle of 105.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98B88E is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB152184142-
CMYK0.1700.230.28
HSL105.71º22.83%63.92%-
HSV(B)105.71º22.83%72.16%-
XYZ34.9742.9132.03-
YUV169.64112.4115.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=31.80%
G=38.49%
B=29.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1521841420.1700.230.28105.7122.8363.92
Hex98B88E110171C6a1740
Octal230270216210273415227100
Binary10011000101110001000111010001010111111001101010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,184,142); }

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

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

 a { background-color: rgb(152,184,142); }

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

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

 span { border-color: rgb(152,184,142); }

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