Shades of Highball #959A43
Tints of Highball #959A43
RGB
CMYK
RGB Variations
Color information
#959A43 (or 0x959A43) is known color: Highball. HEX triplet: 95, 9A and 43. RGB value is (149,154,67). Sum of RGB (Red+Green+Blue) = 149+154+67=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #959A43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959A43 is #6A65BC. Grayscale: #8E8E8E. Windows color (decimal): -6972861 or 4430485. OLE color: 4430485.
HSL color Cylindrical-coordinate representation of color #959A43: hue angle of 63.45º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #959A43 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 67 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.40 |
| HSL | 63.45º | 0.39% | 0.43% | - |
| HSV(B) | 63.45º | 0.56% | 0.6% | - |
| XYZ | 24.96 | 29.91 | 9.77 | - |
| YUV | 142.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 67 | 0.03 | 0 | 0.56 | 0.40 | 63.45 | 0.39 | 0.43 |
| Hex | 95 | 9A | 43 | 3 | 0 | 38 | 28 | 3F | 27 | 2B |
| Octal | 225 | 232 | 103 | 3 | 0 | 70 | 50 | 77 | 47 | 53 |
| Binary | 10010101 | 10011010 | 1000011 | 11 | 0 | 111000 | 101000 | 111111 | 100111 | 101011 |
Color Harmonies of #959A43
Complementary color
Monochromatic Colors of #959A43
Black with #959A43
Text Example
Text Example
White with #959A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A43; }
p { color: rgb(149,154,67); }
H1.HeaderClassName
{
color: #959A43;
}
.AnyTagClassName
{
color: #959A43;
}
</style>
background-color css
<style>
a { background-color: #959A43; }
a { background-color: rgb(149,154,67); }
div.DivClassName
{
background-color: #959A43;
}
.BgClassName
{
background-color: #959A43;
}
</style>
border-color css
<style>
span { border-color: #959A43; }
span { border-color: rgb(149,154,67); }
td.TdClassName
{
border-color: #959A43;
}
.TagClassName
{
border-color: #959A43;
}
</style>