#98BF93

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

Shades of Dark Sea Green #98BF93

Tints of Dark Sea Green #98BF93

Color information

#98BF93 (or 0x98BF93) is unknown color: approx Dark Sea Green. HEX triplet: 98, BF and 93. RGB value is (152,191,147). Sum of RGB (Red+Green+Blue) = 152+191+147=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BF93 is #67406C. Grayscale: #AEAEAE. Windows color (decimal): -6766701 or 9682840. OLE color: 9682840.

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

Color convert

RGB152191147-
CMYK0.2000.230.25
HSL113.18º25.58%66.27%-
HSV(B)113.18º23.04%74.9%-
XYZ36.8546.0434.55-
YUV174.32112.58112.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.02%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 147 (57.81% from 255) = 30%
R=31.02%
G=38.98%
B=30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521911470.2000.230.25113.1825.5866.27
Hex98BF931401719711a42
Octal230277223240273116132102
Binary10011000101111111001001110100010111110011110001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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