#98BF92

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

Shades of Dark Sea Green #98BF92

Tints of Dark Sea Green #98BF92

Color information

#98BF92 (or 0x98BF92) is unknown color: approx Dark Sea Green. HEX triplet: 98, BF and 92. RGB value is (152,191,146). Sum of RGB (Red+Green+Blue) = 152+191+146=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BF92 is #67406D. Grayscale: #AEAEAE. Windows color (decimal): -6766702 or 9617304. OLE color: 9617304.

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

Color convert

RGB152191146-
CMYK0.2000.240.25
HSL112º26.01%66.08%-
HSV(B)112º23.56%74.9%-
XYZ36.7746.0134.14-
YUV174.21112.08112.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.08%
GREEN value IS 191 (75% from 255) = 39.06%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=31.08%
G=39.06%
B=29.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521911460.2000.240.2511226.0166.08
Hex98BF921401819701a42
Octal230277222240303116032102
Binary10011000101111111001001010100011000110011110000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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