Shades of Highball #95994D
Tints of Highball #95994D
RGB
CMYK
RGB Variations
Color information
#95994D (or 0x95994D) is known color: Highball. HEX triplet: 95, 99 and 4D. RGB value is (149,153,77). Sum of RGB (Red+Green+Blue) = 149+153+77=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #95994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95994D is #6A66B2. Grayscale: #8F8F8F. Windows color (decimal): -6973107 or 5085589. OLE color: 5085589.
HSL color Cylindrical-coordinate representation of color #95994D: hue angle of 63.16º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95994D is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 77 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.4 |
| HSL | 63.16º | 0.33% | 0.45% | - |
| HSV(B) | 63.16º | 0.5% | 0.6% | - |
| XYZ | 25.13 | 29.71 | 11.43 | - |
| YUV | 143.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 77 | 0.03 | 0 | 0.50 | 0.4 | 63.16 | 0.33 | 0.45 |
| Hex | 95 | 99 | 4D | 3 | 0 | 32 | 28 | 3F | 21 | 2D |
| Octal | 225 | 231 | 115 | 3 | 0 | 62 | 50 | 77 | 41 | 55 |
| Binary | 10010101 | 10011001 | 1001101 | 11 | 0 | 110010 | 101000 | 111111 | 100001 | 101101 |
Color Harmonies of #95994D
Complementary color
Monochromatic Colors of #95994D
Black with #95994D
Text Example
Text Example
White with #95994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95994D; }
p { color: rgb(149,153,77); }
H1.HeaderClassName
{
color: #95994D;
}
.AnyTagClassName
{
color: #95994D;
}
</style>
background-color css
<style>
a { background-color: #95994D; }
a { background-color: rgb(149,153,77); }
div.DivClassName
{
background-color: #95994D;
}
.BgClassName
{
background-color: #95994D;
}
</style>
border-color css
<style>
span { border-color: #95994D; }
span { border-color: rgb(149,153,77); }
td.TdClassName
{
border-color: #95994D;
}
.TagClassName
{
border-color: #95994D;
}
</style>