Shades of Highball #95963D
Tints of Highball #95963D
RGB
CMYK
RGB Variations
Color information
#95963D (or 0x95963D) is known color: Highball. HEX triplet: 95, 96 and 3D. RGB value is (149,150,61). Sum of RGB (Red+Green+Blue) = 149+150+61=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #95963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95963D is #6A69C2. Grayscale: #8B8B8B. Windows color (decimal): -6973891 or 4036245. OLE color: 4036245.
HSL color Cylindrical-coordinate representation of color #95963D: hue angle of 60.67º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95963D is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 150 | 61 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.41 |
| HSL | 60.67º | 0.42% | 0.41% | - |
| HSV(B) | 60.67º | 0.59% | 0.59% | - |
| XYZ | 24.14 | 28.54 | 8.65 | - |
| YUV | 139.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 61 | 0.01 | 0 | 0.59 | 0.41 | 60.67 | 0.42 | 0.41 |
| Hex | 95 | 96 | 3D | 1 | 0 | 3B | 29 | 3D | 2A | 29 |
| Octal | 225 | 226 | 75 | 1 | 0 | 73 | 51 | 75 | 52 | 51 |
| Binary | 10010101 | 10010110 | 111101 | 1 | 0 | 111011 | 101001 | 111101 | 101010 | 101001 |
Color Harmonies of #95963D
Complementary color
Monochromatic Colors of #95963D
Black with #95963D
Text Example
Text Example
White with #95963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95963D; }
p { color: rgb(149,150,61); }
H1.HeaderClassName
{
color: #95963D;
}
.AnyTagClassName
{
color: #95963D;
}
</style>
background-color css
<style>
a { background-color: #95963D; }
a { background-color: rgb(149,150,61); }
div.DivClassName
{
background-color: #95963D;
}
.BgClassName
{
background-color: #95963D;
}
</style>
border-color css
<style>
span { border-color: #95963D; }
span { border-color: rgb(149,150,61); }
td.TdClassName
{
border-color: #95963D;
}
.TagClassName
{
border-color: #95963D;
}
</style>