Shades of Dark Sea Green #92C58A
Tints of Dark Sea Green #92C58A
RGB
CMYK
RGB Variations
Color information
#92C58A (or 0x92C58A) is known color: Dark Sea Green. HEX triplet: 92, C5 and 8A. RGB value is (146,197,138). Sum of RGB (Red+Green+Blue) = 146+197+138=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #92C58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C58A is #6D3A75. Grayscale: #AFAFAF. Windows color (decimal): -7158390 or 9094546. OLE color: 9094546.
HSL color Cylindrical-coordinate representation of color #92C58A: hue angle of 111.86º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92C58A is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 138 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.23 |
| HSL | 111.86º | 0.34% | 0.66% | - |
| HSV(B) | 111.86º | 0.3% | 0.77% | - |
| XYZ | 36.41 | 47.88 | 31.37 | - |
| YUV | 175.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 138 | 0.26 | 0 | 0.30 | 0.23 | 111.86 | 0.34 | 0.66 |
| Hex | 92 | C5 | 8A | 1A | 0 | 1E | 17 | 70 | 22 | 42 |
| Octal | 222 | 305 | 212 | 32 | 0 | 36 | 27 | 160 | 42 | 102 |
| Binary | 10010010 | 11000101 | 10001010 | 11010 | 0 | 11110 | 10111 | 1110000 | 100010 | 1000010 |
Color Harmonies of #92C58A
Complementary color
Monochromatic Colors of #92C58A
Black with #92C58A
Text Example
Text Example
White with #92C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C58A; }
p { color: rgb(146,197,138); }
H1.HeaderClassName
{
color: #92C58A;
}
.AnyTagClassName
{
color: #92C58A;
}
</style>
background-color css
<style>
a { background-color: #92C58A; }
a { background-color: rgb(146,197,138); }
div.DivClassName
{
background-color: #92C58A;
}
.BgClassName
{
background-color: #92C58A;
}
</style>
border-color css
<style>
span { border-color: #92C58A; }
span { border-color: rgb(146,197,138); }
td.TdClassName
{
border-color: #92C58A;
}
.TagClassName
{
border-color: #92C58A;
}
</style>