Shades of Highball #9CA541
Tints of Highball #9CA541
RGB
CMYK
RGB Variations
Color information
#9CA541 (or 0x9CA541) is known color: Highball. HEX triplet: 9C, A5 and 41. RGB value is (156,165,65). Sum of RGB (Red+Green+Blue) = 156+165+65=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA541 is #635ABE. Grayscale: #979797. Windows color (decimal): -6511295 or 4302236. OLE color: 4302236.
HSL color Cylindrical-coordinate representation of color #9CA541: hue angle of 65.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CA541 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 65 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.35 |
| HSL | 65.4º | 0.43% | 0.45% | - |
| HSV(B) | 65.4º | 0.61% | 0.65% | - |
| XYZ | 28.12 | 34.36 | 10.15 | - |
| YUV | 150.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 65 | 0.05 | 0 | 0.61 | 0.35 | 65.4 | 0.43 | 0.45 |
| Hex | 9C | A5 | 41 | 5 | 0 | 3D | 23 | 41 | 2B | 2D |
| Octal | 234 | 245 | 101 | 5 | 0 | 75 | 43 | 101 | 53 | 55 |
| Binary | 10011100 | 10100101 | 1000001 | 101 | 0 | 111101 | 100011 | 1000001 | 101011 | 101101 |
Color Harmonies of #9CA541
Complementary color
Monochromatic Colors of #9CA541
Black with #9CA541
Text Example
Text Example
White with #9CA541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA541; }
p { color: rgb(156,165,65); }
H1.HeaderClassName
{
color: #9CA541;
}
.AnyTagClassName
{
color: #9CA541;
}
</style>
background-color css
<style>
a { background-color: #9CA541; }
a { background-color: rgb(156,165,65); }
div.DivClassName
{
background-color: #9CA541;
}
.BgClassName
{
background-color: #9CA541;
}
</style>
border-color css
<style>
span { border-color: #9CA541; }
span { border-color: rgb(156,165,65); }
td.TdClassName
{
border-color: #9CA541;
}
.TagClassName
{
border-color: #9CA541;
}
</style>