Shades of Dark Sea Green #92BB8B
Tints of Dark Sea Green #92BB8B
RGB
CMYK
RGB Variations
Color information
#92BB8B (or 0x92BB8B) is known color: Dark Sea Green. HEX triplet: 92, BB and 8B. RGB value is (146,187,139). Sum of RGB (Red+Green+Blue) = 146+187+139=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #92BB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BB8B is #6D4474. Grayscale: #A9A9A9. Windows color (decimal): -7160949 or 9157522. OLE color: 9157522.
HSL color Cylindrical-coordinate representation of color #92BB8B: hue angle of 111.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92BB8B is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 187 | 139 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.27 |
| HSL | 111.25º | 0.26% | 0.64% | - |
| HSV(B) | 111.25º | 0.26% | 0.73% | - |
| XYZ | 34.28 | 43.52 | 31.02 | - |
| YUV | 169.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 139 | 0.22 | 0 | 0.26 | 0.27 | 111.25 | 0.26 | 0.64 |
| Hex | 92 | BB | 8B | 16 | 0 | 1A | 1B | 6F | 1A | 40 |
| Octal | 222 | 273 | 213 | 26 | 0 | 32 | 33 | 157 | 32 | 100 |
| Binary | 10010010 | 10111011 | 10001011 | 10110 | 0 | 11010 | 11011 | 1101111 | 11010 | 1000000 |
Color Harmonies of #92BB8B
Complementary color
Monochromatic Colors of #92BB8B
Black with #92BB8B
Text Example
Text Example
White with #92BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BB8B; }
p { color: rgb(146,187,139); }
H1.HeaderClassName
{
color: #92BB8B;
}
.AnyTagClassName
{
color: #92BB8B;
}
</style>
background-color css
<style>
a { background-color: #92BB8B; }
a { background-color: rgb(146,187,139); }
div.DivClassName
{
background-color: #92BB8B;
}
.BgClassName
{
background-color: #92BB8B;
}
</style>
border-color css
<style>
span { border-color: #92BB8B; }
span { border-color: rgb(146,187,139); }
td.TdClassName
{
border-color: #92BB8B;
}
.TagClassName
{
border-color: #92BB8B;
}
</style>