Shades of Dark Sea Green #92BC90
Tints of Dark Sea Green #92BC90
RGB
CMYK
RGB Variations
Color information
#92BC90 (or 0x92BC90) is known color: Dark Sea Green. HEX triplet: 92, BC and 90. RGB value is (146,188,144). Sum of RGB (Red+Green+Blue) = 146+188+144=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BC90 is #6D436F. Grayscale: #AAAAAA. Windows color (decimal): -7160688 or 9485458. OLE color: 9485458.
HSL color Cylindrical-coordinate representation of color #92BC90: hue angle of 117.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92BC90 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 144 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.26 |
| HSL | 117.27º | 0.25% | 0.65% | - |
| HSV(B) | 117.27º | 0.23% | 0.74% | - |
| XYZ | 34.87 | 44.09 | 33.06 | - |
| YUV | 170.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 144 | 0.22 | 0 | 0.23 | 0.26 | 117.27 | 0.25 | 0.65 |
| Hex | 92 | BC | 90 | 16 | 0 | 17 | 1A | 75 | 19 | 41 |
| Octal | 222 | 274 | 220 | 26 | 0 | 27 | 32 | 165 | 31 | 101 |
| Binary | 10010010 | 10111100 | 10010000 | 10110 | 0 | 10111 | 11010 | 1110101 | 11001 | 1000001 |
Color Harmonies of #92BC90
Complementary color
Monochromatic Colors of #92BC90
Black with #92BC90
Text Example
Text Example
White with #92BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BC90; }
p { color: rgb(146,188,144); }
H1.HeaderClassName
{
color: #92BC90;
}
.AnyTagClassName
{
color: #92BC90;
}
</style>
background-color css
<style>
a { background-color: #92BC90; }
a { background-color: rgb(146,188,144); }
div.DivClassName
{
background-color: #92BC90;
}
.BgClassName
{
background-color: #92BC90;
}
</style>
border-color css
<style>
span { border-color: #92BC90; }
span { border-color: rgb(146,188,144); }
td.TdClassName
{
border-color: #92BC90;
}
.TagClassName
{
border-color: #92BC90;
}
</style>