#98BF8D

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

Shades of Spring Rain #98BF8D

Tints of Spring Rain #98BF8D

Color information

#98BF8D (or 0x98BF8D) is unknown color: approx Spring Rain. HEX triplet: 98, BF and 8D. RGB value is (152,191,141). Sum of RGB (Red+Green+Blue) = 152+191+141=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BF8D is #674072. Grayscale: #ADADAD. Windows color (decimal): -6766707 or 9289624. OLE color: 9289624.

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

Color convert

RGB152191141-
CMYK0.2000.260.25
HSL106.8º28.09%65.1%-
HSV(B)106.8º26.18%74.9%-
XYZ36.3945.8632.13-
YUV173.64109.58112.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=31.40%
G=39.46%
B=29.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521911410.2000.260.25106.828.0965.1
Hex98BF8D1401A196b1c41
Octal230277215240323115334101
Binary10011000101111111000110110100011010110011101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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