#98BB8B

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

Shades of Spring Rain #98BB8B

Tints of Spring Rain #98BB8B

Color information

#98BB8B (or 0x98BB8B) is unknown color: approx Spring Rain. HEX triplet: 98, BB and 8B. RGB value is (152,187,139). Sum of RGB (Red+Green+Blue) = 152+187+139=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BB8B is #674474. Grayscale: #ABABAB. Windows color (decimal): -6767733 or 9157528. OLE color: 9157528.

HSL color Cylindrical-coordinate representation of color #98BB8B: hue angle of 103.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98BB8B is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB152187139-
CMYK0.1900.260.27
HSL103.75º26.09%63.92%-
HSV(B)103.75º25.67%73.33%-
XYZ35.3844.0831.07-
YUV171.06109.9114.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=31.80%
G=39.12%
B=29.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521871390.1900.260.27103.7526.0963.92
Hex98BB8B1301A1B681a40
Octal230273213230323315032100
Binary10011000101110111000101110011011010110111101000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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