Shades of Highball #95984C
Tints of Highball #95984C
RGB
CMYK
RGB Variations
Color information
#95984C (or 0x95984C) is known color: Highball. HEX triplet: 95, 98 and 4C. RGB value is (149,152,76). Sum of RGB (Red+Green+Blue) = 149+152+76=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #95984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95984C is #6A67B3. Grayscale: #8E8E8E. Windows color (decimal): -6973364 or 5019797. OLE color: 5019797.
HSL color Cylindrical-coordinate representation of color #95984C: hue angle of 62.37º 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 #95984C is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 152 | 76 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.40 |
| HSL | 62.37º | 0.33% | 0.45% | - |
| HSV(B) | 62.37º | 0.5% | 0.6% | - |
| XYZ | 24.93 | 29.37 | 11.19 | - |
| YUV | 142.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 76 | 0.02 | 0 | 0.50 | 0.40 | 62.37 | 0.33 | 0.45 |
| Hex | 95 | 98 | 4C | 2 | 0 | 32 | 28 | 3E | 21 | 2D |
| Octal | 225 | 230 | 114 | 2 | 0 | 62 | 50 | 76 | 41 | 55 |
| Binary | 10010101 | 10011000 | 1001100 | 10 | 0 | 110010 | 101000 | 111110 | 100001 | 101101 |
Color Harmonies of #95984C
Complementary color
Monochromatic Colors of #95984C
Black with #95984C
Text Example
Text Example
White with #95984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95984C; }
p { color: rgb(149,152,76); }
H1.HeaderClassName
{
color: #95984C;
}
.AnyTagClassName
{
color: #95984C;
}
</style>
background-color css
<style>
a { background-color: #95984C; }
a { background-color: rgb(149,152,76); }
div.DivClassName
{
background-color: #95984C;
}
.BgClassName
{
background-color: #95984C;
}
</style>
border-color css
<style>
span { border-color: #95984C; }
span { border-color: rgb(149,152,76); }
td.TdClassName
{
border-color: #95984C;
}
.TagClassName
{
border-color: #95984C;
}
</style>