Shades of Dark Sea Green #92B296
Tints of Dark Sea Green #92B296
RGB
CMYK
RGB Variations
Color information
#92B296 (or 0x92B296) is known color: Dark Sea Green. HEX triplet: 92, B2 and 96. RGB value is (146,178,150). Sum of RGB (Red+Green+Blue) = 146+178+150=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 178 - color contains mainly: green. Hex color #92B296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92B296 is #6D4D69. Grayscale: #A5A5A5. Windows color (decimal): -7163242 or 9876114. OLE color: 9876114.
HSL color Cylindrical-coordinate representation of color #92B296: hue angle of 127.5º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92B296 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 178 | 150 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.30 |
| HSL | 127.5º | 0.17% | 0.64% | - |
| HSV(B) | 127.5º | 0.18% | 0.7% | - |
| XYZ | 33.28 | 40.15 | 34.85 | - |
| YUV | 165.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 178 | 150 | 0.18 | 0 | 0.16 | 0.30 | 127.5 | 0.17 | 0.64 |
| Hex | 92 | B2 | 96 | 12 | 0 | 10 | 1E | 80 | 11 | 40 |
| Octal | 222 | 262 | 226 | 22 | 0 | 20 | 36 | 200 | 21 | 100 |
| Binary | 10010010 | 10110010 | 10010110 | 10010 | 0 | 10000 | 11110 | 10000000 | 10001 | 1000000 |
Color Harmonies of #92B296
Complementary color
Monochromatic Colors of #92B296
Black with #92B296
Text Example
Text Example
White with #92B296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B296; }
p { color: rgb(146,178,150); }
H1.HeaderClassName
{
color: #92B296;
}
.AnyTagClassName
{
color: #92B296;
}
</style>
background-color css
<style>
a { background-color: #92B296; }
a { background-color: rgb(146,178,150); }
div.DivClassName
{
background-color: #92B296;
}
.BgClassName
{
background-color: #92B296;
}
</style>
border-color css
<style>
span { border-color: #92B296; }
span { border-color: rgb(146,178,150); }
td.TdClassName
{
border-color: #92B296;
}
.TagClassName
{
border-color: #92B296;
}
</style>