Shades of Highball #959C45
Tints of Highball #959C45
RGB
CMYK
RGB Variations
Color information
#959C45 (or 0x959C45) is known color: Highball. HEX triplet: 95, 9C and 45. RGB value is (149,156,69). Sum of RGB (Red+Green+Blue) = 149+156+69=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #959C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959C45 is #6A63BA. Grayscale: #909090. Windows color (decimal): -6972347 or 4562069. OLE color: 4562069.
HSL color Cylindrical-coordinate representation of color #959C45: hue angle of 64.83º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #959C45 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 69 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.39 |
| HSL | 64.83º | 0.39% | 0.44% | - |
| HSV(B) | 64.83º | 0.56% | 0.61% | - |
| XYZ | 25.36 | 30.6 | 10.2 | - |
| YUV | 143.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 69 | 0.04 | 0 | 0.56 | 0.39 | 64.83 | 0.39 | 0.44 |
| Hex | 95 | 9C | 45 | 4 | 0 | 38 | 27 | 41 | 27 | 2C |
| Octal | 225 | 234 | 105 | 4 | 0 | 70 | 47 | 101 | 47 | 54 |
| Binary | 10010101 | 10011100 | 1000101 | 100 | 0 | 111000 | 100111 | 1000001 | 100111 | 101100 |
Color Harmonies of #959C45
Complementary color
Monochromatic Colors of #959C45
Black with #959C45
Text Example
Text Example
White with #959C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C45; }
p { color: rgb(149,156,69); }
H1.HeaderClassName
{
color: #959C45;
}
.AnyTagClassName
{
color: #959C45;
}
</style>
background-color css
<style>
a { background-color: #959C45; }
a { background-color: rgb(149,156,69); }
div.DivClassName
{
background-color: #959C45;
}
.BgClassName
{
background-color: #959C45;
}
</style>
border-color css
<style>
span { border-color: #959C45; }
span { border-color: rgb(149,156,69); }
td.TdClassName
{
border-color: #959C45;
}
.TagClassName
{
border-color: #959C45;
}
</style>