Shades of Dark Sea Green #92B886
Tints of Dark Sea Green #92B886
RGB
CMYK
RGB Variations
Color information
#92B886 (or 0x92B886) is known color: Dark Sea Green. HEX triplet: 92, B8 and 86. RGB value is (146,184,134). Sum of RGB (Red+Green+Blue) = 146+184+134=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #92B886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B886 is #6D4779. Grayscale: #A7A7A7. Windows color (decimal): -7161722 or 8829074. OLE color: 8829074.
HSL color Cylindrical-coordinate representation of color #92B886: hue angle of 105.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92B886 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 184 | 134 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.28 |
| HSL | 105.6º | 0.26% | 0.62% | - |
| HSV(B) | 105.6º | 0.27% | 0.72% | - |
| XYZ | 33.3 | 42.11 | 28.93 | - |
| YUV | 166.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 134 | 0.21 | 0 | 0.27 | 0.28 | 105.6 | 0.26 | 0.62 |
| Hex | 92 | B8 | 86 | 15 | 0 | 1B | 1C | 6A | 1A | 3E |
| Octal | 222 | 270 | 206 | 25 | 0 | 33 | 34 | 152 | 32 | 76 |
| Binary | 10010010 | 10111000 | 10000110 | 10101 | 0 | 11011 | 11100 | 1101010 | 11010 | 111110 |
Color Harmonies of #92B886
Complementary color
Monochromatic Colors of #92B886
Black with #92B886
Text Example
Text Example
White with #92B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B886; }
p { color: rgb(146,184,134); }
H1.HeaderClassName
{
color: #92B886;
}
.AnyTagClassName
{
color: #92B886;
}
</style>
background-color css
<style>
a { background-color: #92B886; }
a { background-color: rgb(146,184,134); }
div.DivClassName
{
background-color: #92B886;
}
.BgClassName
{
background-color: #92B886;
}
</style>
border-color css
<style>
span { border-color: #92B886; }
span { border-color: rgb(146,184,134); }
td.TdClassName
{
border-color: #92B886;
}
.TagClassName
{
border-color: #92B886;
}
</style>