Shades of Dark Sea Green #92C385
Tints of Dark Sea Green #92C385
RGB
CMYK
RGB Variations
Color information
#92C385 (or 0x92C385) is known color: Dark Sea Green. HEX triplet: 92, C3 and 85. RGB value is (146,195,133). Sum of RGB (Red+Green+Blue) = 146+195+133=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #92C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C385 is #6D3C7A. Grayscale: #ADADAD. Windows color (decimal): -7158907 or 8766354. OLE color: 8766354.
HSL color Cylindrical-coordinate representation of color #92C385: hue angle of 107.42º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92C385 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 133 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.24 |
| HSL | 107.42º | 0.34% | 0.64% | - |
| HSV(B) | 107.42º | 0.32% | 0.76% | - |
| XYZ | 35.6 | 46.83 | 29.35 | - |
| YUV | 173.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 133 | 0.25 | 0 | 0.32 | 0.24 | 107.42 | 0.34 | 0.64 |
| Hex | 92 | C3 | 85 | 19 | 0 | 20 | 18 | 6B | 22 | 40 |
| Octal | 222 | 303 | 205 | 31 | 0 | 40 | 30 | 153 | 42 | 100 |
| Binary | 10010010 | 11000011 | 10000101 | 11001 | 0 | 100000 | 11000 | 1101011 | 100010 | 1000000 |
Color Harmonies of #92C385
Complementary color
Monochromatic Colors of #92C385
Black with #92C385
Text Example
Text Example
White with #92C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C385; }
p { color: rgb(146,195,133); }
H1.HeaderClassName
{
color: #92C385;
}
.AnyTagClassName
{
color: #92C385;
}
</style>
background-color css
<style>
a { background-color: #92C385; }
a { background-color: rgb(146,195,133); }
div.DivClassName
{
background-color: #92C385;
}
.BgClassName
{
background-color: #92C385;
}
</style>
border-color css
<style>
span { border-color: #92C385; }
span { border-color: rgb(146,195,133); }
td.TdClassName
{
border-color: #92C385;
}
.TagClassName
{
border-color: #92C385;
}
</style>