Shades of Highball #95943C
Tints of Highball #95943C
RGB
CMYK
RGB Variations
Color information
#95943C (or 0x95943C) is known color: Highball. HEX triplet: 95, 94 and 3C. RGB value is (149,148,60). Sum of RGB (Red+Green+Blue) = 149+148+60=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95943C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95943C is #6A6BC3. Grayscale: #8A8A8A. Windows color (decimal): -6974404 or 3970197. OLE color: 3970197.
HSL color Cylindrical-coordinate representation of color #95943C: hue angle of 59.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95943C is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 148 | 60 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.42 |
| HSL | 59.33º | 0.43% | 0.41% | - |
| HSV(B) | 59.33º | 0.6% | 0.58% | - |
| XYZ | 23.8 | 27.9 | 8.4 | - |
| YUV | 138.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 60 | 0 | 0.01 | 0.60 | 0.42 | 59.33 | 0.43 | 0.41 |
| Hex | 95 | 94 | 3C | 0 | 1 | 3C | 2A | 3B | 2B | 29 |
| Octal | 225 | 224 | 74 | 0 | 1 | 74 | 52 | 73 | 53 | 51 |
| Binary | 10010101 | 10010100 | 111100 | 0 | 1 | 111100 | 101010 | 111011 | 101011 | 101001 |
Color Harmonies of #95943C
Complementary color
Monochromatic Colors of #95943C
Black with #95943C
Text Example
Text Example
White with #95943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95943C; }
p { color: rgb(149,148,60); }
H1.HeaderClassName
{
color: #95943C;
}
.AnyTagClassName
{
color: #95943C;
}
</style>
background-color css
<style>
a { background-color: #95943C; }
a { background-color: rgb(149,148,60); }
div.DivClassName
{
background-color: #95943C;
}
.BgClassName
{
background-color: #95943C;
}
</style>
border-color css
<style>
span { border-color: #95943C; }
span { border-color: rgb(149,148,60); }
td.TdClassName
{
border-color: #95943C;
}
.TagClassName
{
border-color: #95943C;
}
</style>