#98BF8A

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

Shades of Spring Rain #98BF8A

Tints of Spring Rain #98BF8A

Color information

#98BF8A (or 0x98BF8A) is unknown color: approx Spring Rain. HEX triplet: 98, BF and 8A. RGB value is (152,191,138). Sum of RGB (Red+Green+Blue) = 152+191+138=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BF8A is #674075. Grayscale: #ADADAD. Windows color (decimal): -6766710 or 9093016. OLE color: 9093016.

HSL color Cylindrical-coordinate representation of color #98BF8A: hue angle of 104.15º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98BF8A is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB152191138-
CMYK0.2000.280.25
HSL104.15º29.28%64.51%-
HSV(B)104.15º27.75%74.9%-
XYZ36.1745.7730.97-
YUV173.3108.08112.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=31.60%
G=39.71%
B=28.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521911380.2000.280.25104.1529.2864.51
Hex98BF8A1401C19681d41
Octal230277212240343115035101
Binary10011000101111111000101010100011100110011101000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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