#98B88B

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

Shades of Spring Rain #98B88B

Tints of Spring Rain #98B88B

Color information

#98B88B (or 0x98B88B) is unknown color: approx Spring Rain. HEX triplet: 98, B8 and 8B. RGB value is (152,184,139). Sum of RGB (Red+Green+Blue) = 152+184+139=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #98B88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B88B is #674774. Grayscale: #A9A9A9. Windows color (decimal): -6768501 or 9156760. OLE color: 9156760.

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

Color convert

RGB152184139-
CMYK0.1700.240.28
HSL102.67º24.06%63.33%-
HSV(B)102.67º24.46%72.16%-
XYZ34.7542.8230.86-
YUV169.3110.9115.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=32%
G=38.74%
B=29.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1521841390.1700.240.28102.6724.0663.33
Hex98B88B110181C67183f
Octal23027021321030341473077
Binary1001100010111000100010111000101100011100110011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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