#98B498

Color #98B498 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #98B498

Tints of Dark Sea Green #98B498

Color information

#98B498 (or 0x98B498) is unknown color: approx Dark Sea Green. HEX triplet: 98, B4 and 98. RGB value is (152,180,152). Sum of RGB (Red+Green+Blue) = 152+180+152=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #98B498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B498 is #674B67. Grayscale: #A8A8A8. Windows color (decimal): -6769512 or 10007704. OLE color: 10007704.

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

Color convert

RGB152180152-
CMYK0.1600.160.29
HSL120º15.73%65.1%-
HSV(B)120º15.56%70.59%-
XYZ34.9441.5835.89-
YUV168.44118.72116.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=31.40%
G=37.19%
B=31.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801520.1600.160.2912015.7365.1
Hex98B498100101D781041
Octal230264230200203517020101
Binary10011000101101001001100010000010000111011111000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,180,152); }

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

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

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

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

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

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

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