#98B98B

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

Shades of Spring Rain #98B98B

Tints of Spring Rain #98B98B

Color information

#98B98B (or 0x98B98B) is unknown color: approx Spring Rain. HEX triplet: 98, B9 and 8B. RGB value is (152,185,139). Sum of RGB (Red+Green+Blue) = 152+185+139=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #98B98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B98B is #674674. Grayscale: #AAAAAA. Windows color (decimal): -6768245 or 9157016. OLE color: 9157016.

HSL color Cylindrical-coordinate representation of color #98B98B: hue angle of 103.04º 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 #98B98B is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB152185139-
CMYK0.1800.250.27
HSL103.04º24.73%63.53%-
HSV(B)103.04º24.86%72.55%-
XYZ34.9643.2430.93-
YUV169.89110.57115.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 185 (72.66% from 255) = 38.87%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=31.93%
G=38.87%
B=29.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521851390.1800.250.27103.0424.7363.53
Hex98B98B120191B671940
Octal230271213220313314731100
Binary10011000101110011000101110010011001110111100111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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