Shades of Dark Sea Green #92B290
Tints of Dark Sea Green #92B290
RGB
CMYK
RGB Variations
Color information
#92B290 (or 0x92B290) is known color: Dark Sea Green. HEX triplet: 92, B2 and 90. RGB value is (146,178,144). Sum of RGB (Red+Green+Blue) = 146+178+144=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #92B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92B290 is #6D4D6F. Grayscale: #A4A4A4. Windows color (decimal): -7163248 or 9482898. OLE color: 9482898.
HSL color Cylindrical-coordinate representation of color #92B290: hue angle of 116.47º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92B290 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 178 | 144 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.30 |
| HSL | 116.47º | 0.18% | 0.63% | - |
| HSV(B) | 116.47º | 0.19% | 0.7% | - |
| XYZ | 32.81 | 39.97 | 32.37 | - |
| YUV | 164.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 178 | 144 | 0.18 | 0 | 0.19 | 0.30 | 116.47 | 0.18 | 0.63 |
| Hex | 92 | B2 | 90 | 12 | 0 | 13 | 1E | 74 | 12 | 3F |
| Octal | 222 | 262 | 220 | 22 | 0 | 23 | 36 | 164 | 22 | 77 |
| Binary | 10010010 | 10110010 | 10010000 | 10010 | 0 | 10011 | 11110 | 1110100 | 10010 | 111111 |
Color Harmonies of #92B290
Complementary color
Monochromatic Colors of #92B290
Black with #92B290
Text Example
Text Example
White with #92B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B290; }
p { color: rgb(146,178,144); }
H1.HeaderClassName
{
color: #92B290;
}
.AnyTagClassName
{
color: #92B290;
}
</style>
background-color css
<style>
a { background-color: #92B290; }
a { background-color: rgb(146,178,144); }
div.DivClassName
{
background-color: #92B290;
}
.BgClassName
{
background-color: #92B290;
}
</style>
border-color css
<style>
span { border-color: #92B290; }
span { border-color: rgb(146,178,144); }
td.TdClassName
{
border-color: #92B290;
}
.TagClassName
{
border-color: #92B290;
}
</style>