Shades of Dark Sea Green #95B999
Tints of Dark Sea Green #95B999
RGB
CMYK
RGB Variations
Color information
#95B999 (or 0x95B999) is known color: Dark Sea Green. HEX triplet: 95, B9 and 99. RGB value is (149,185,153). Sum of RGB (Red+Green+Blue) = 149+185+153=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #95B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B999 is #6A4666. Grayscale: #AAAAAA. Windows color (decimal): -6964839 or 10074517. OLE color: 10074517.
HSL color Cylindrical-coordinate representation of color #95B999: hue angle of 126.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95B999 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 185 | 153 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.27 |
| HSL | 126.67º | 0.2% | 0.65% | - |
| HSV(B) | 126.67º | 0.19% | 0.73% | - |
| XYZ | 35.49 | 43.39 | 36.64 | - |
| YUV | 170.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 185 | 153 | 0.19 | 0 | 0.17 | 0.27 | 126.67 | 0.2 | 0.65 |
| Hex | 95 | B9 | 99 | 13 | 0 | 11 | 1B | 7F | 14 | 41 |
| Octal | 225 | 271 | 231 | 23 | 0 | 21 | 33 | 177 | 24 | 101 |
| Binary | 10010101 | 10111001 | 10011001 | 10011 | 0 | 10001 | 11011 | 1111111 | 10100 | 1000001 |
Color Harmonies of #95B999
Complementary color
Monochromatic Colors of #95B999
Black with #95B999
Text Example
Text Example
White with #95B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B999; }
p { color: rgb(149,185,153); }
H1.HeaderClassName
{
color: #95B999;
}
.AnyTagClassName
{
color: #95B999;
}
</style>
background-color css
<style>
a { background-color: #95B999; }
a { background-color: rgb(149,185,153); }
div.DivClassName
{
background-color: #95B999;
}
.BgClassName
{
background-color: #95B999;
}
</style>
border-color css
<style>
span { border-color: #95B999; }
span { border-color: rgb(149,185,153); }
td.TdClassName
{
border-color: #95B999;
}
.TagClassName
{
border-color: #95B999;
}
</style>