#92C098

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

Shades of Dark Sea Green #92C098

Tints of Dark Sea Green #92C098

Color information

#92C098 (or 0x92C098) is unknown color: approx Dark Sea Green. HEX triplet: 92, C0 and 98. RGB value is (146,192,152). Sum of RGB (Red+Green+Blue) = 146+192+152=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #92C098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C098 is #6D3F67. Grayscale: #ADADAD. Windows color (decimal): -7159656 or 10010770. OLE color: 10010770.

HSL color Cylindrical-coordinate representation of color #92C098: hue angle of 127.83º degrees, saturation: 0.27, 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 #92C098 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB146192152-
CMYK0.2400.210.25
HSL127.83º26.74%66.27%-
HSV(B)127.83º23.96%75.29%-
XYZ36.3746.0836.68-
YUV173.69115.76108.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 192 (75.39% from 255) = 39.18%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=29.80%
G=39.18%
B=31.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461921520.2400.210.25127.8326.7466.27
Hex92C0981801519801b42
Octal222300230300253120033102
Binary100100101100000010011000110000101011100110000000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92C098; }

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

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

<style>
 a { background-color: #92C098; }

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

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

<style>
 span { border-color: #92C098; }

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

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