#98BF8B

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

Shades of Spring Rain #98BF8B

Tints of Spring Rain #98BF8B

Color information

#98BF8B (or 0x98BF8B) is unknown color: approx Spring Rain. HEX triplet: 98, BF and 8B. RGB value is (152,191,139). Sum of RGB (Red+Green+Blue) = 152+191+139=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BF8B is #674074. Grayscale: #ADADAD. Windows color (decimal): -6766709 or 9158552. OLE color: 9158552.

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

Color convert

RGB152191139-
CMYK0.2000.270.25
HSL105º28.89%64.71%-
HSV(B)105º27.23%74.9%-
XYZ36.2445.831.36-
YUV173.41108.58112.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=31.54%
G=39.63%
B=28.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521911390.2000.270.2510528.8964.71
Hex98BF8B1401B19691d41
Octal230277213240333115135101
Binary10011000101111111000101110100011011110011101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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