Shades of Dark Sea Green #92BA88
Tints of Dark Sea Green #92BA88
RGB
CMYK
RGB Variations
Color information
#92BA88 (or 0x92BA88) is known color: Dark Sea Green. HEX triplet: 92, BA and 88. RGB value is (146,186,136). Sum of RGB (Red+Green+Blue) = 146+186+136=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BA88 is #6D4577. Grayscale: #A8A8A8. Windows color (decimal): -7161208 or 8960658. OLE color: 8960658.
HSL color Cylindrical-coordinate representation of color #92BA88: hue angle of 108º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92BA88 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 136 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.27 |
| HSL | 108º | 0.27% | 0.63% | - |
| HSV(B) | 108º | 0.27% | 0.73% | - |
| XYZ | 33.86 | 43.01 | 29.81 | - |
| YUV | 168.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 136 | 0.22 | 0 | 0.27 | 0.27 | 108 | 0.27 | 0.63 |
| Hex | 92 | BA | 88 | 16 | 0 | 1B | 1B | 6C | 1B | 3F |
| Octal | 222 | 272 | 210 | 26 | 0 | 33 | 33 | 154 | 33 | 77 |
| Binary | 10010010 | 10111010 | 10001000 | 10110 | 0 | 11011 | 11011 | 1101100 | 11011 | 111111 |
Color Harmonies of #92BA88
Complementary color
Monochromatic Colors of #92BA88
Black with #92BA88
Text Example
Text Example
White with #92BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA88; }
p { color: rgb(146,186,136); }
H1.HeaderClassName
{
color: #92BA88;
}
.AnyTagClassName
{
color: #92BA88;
}
</style>
background-color css
<style>
a { background-color: #92BA88; }
a { background-color: rgb(146,186,136); }
div.DivClassName
{
background-color: #92BA88;
}
.BgClassName
{
background-color: #92BA88;
}
</style>
border-color css
<style>
span { border-color: #92BA88; }
span { border-color: rgb(146,186,136); }
td.TdClassName
{
border-color: #92BA88;
}
.TagClassName
{
border-color: #92BA88;
}
</style>