Shades of Highball #95994E
Tints of Highball #95994E
RGB
CMYK
RGB Variations
Color information
#95994E (or 0x95994E) is known color: Highball. HEX triplet: 95, 99 and 4E. RGB value is (149,153,78). Sum of RGB (Red+Green+Blue) = 149+153+78=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #95994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95994E is #6A66B1. Grayscale: #8F8F8F. Windows color (decimal): -6973106 or 5151125. OLE color: 5151125.
HSL color Cylindrical-coordinate representation of color #95994E: hue angle of 63.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95994E is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 78 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.4 |
| HSL | 63.2º | 0.32% | 0.45% | - |
| HSV(B) | 63.2º | 0.49% | 0.6% | - |
| XYZ | 25.16 | 29.72 | 11.62 | - |
| YUV | 143.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 78 | 0.03 | 0 | 0.49 | 0.4 | 63.2 | 0.32 | 0.45 |
| Hex | 95 | 99 | 4E | 3 | 0 | 31 | 28 | 3F | 20 | 2D |
| Octal | 225 | 231 | 116 | 3 | 0 | 61 | 50 | 77 | 40 | 55 |
| Binary | 10010101 | 10011001 | 1001110 | 11 | 0 | 110001 | 101000 | 111111 | 100000 | 101101 |
Color Harmonies of #95994E
Complementary color
Monochromatic Colors of #95994E
Black with #95994E
Text Example
Text Example
White with #95994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95994E; }
p { color: rgb(149,153,78); }
H1.HeaderClassName
{
color: #95994E;
}
.AnyTagClassName
{
color: #95994E;
}
</style>
background-color css
<style>
a { background-color: #95994E; }
a { background-color: rgb(149,153,78); }
div.DivClassName
{
background-color: #95994E;
}
.BgClassName
{
background-color: #95994E;
}
</style>
border-color css
<style>
span { border-color: #95994E; }
span { border-color: rgb(149,153,78); }
td.TdClassName
{
border-color: #95994E;
}
.TagClassName
{
border-color: #95994E;
}
</style>