Shades of Highball #9CA144
Tints of Highball #9CA144
RGB
CMYK
RGB Variations
Color information
#9CA144 (or 0x9CA144) is known color: Highball. HEX triplet: 9C, A1 and 44. RGB value is (156,161,68). Sum of RGB (Red+Green+Blue) = 156+161+68=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA144 is #635EBB. Grayscale: #959595. Windows color (decimal): -6512316 or 4497820. OLE color: 4497820.
HSL color Cylindrical-coordinate representation of color #9CA144: hue angle of 63.23º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CA144 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 68 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.37 |
| HSL | 63.23º | 0.41% | 0.45% | - |
| HSV(B) | 63.23º | 0.58% | 0.63% | - |
| XYZ | 27.5 | 32.98 | 10.38 | - |
| YUV | 148.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 68 | 0.03 | 0 | 0.58 | 0.37 | 63.23 | 0.41 | 0.45 |
| Hex | 9C | A1 | 44 | 3 | 0 | 3A | 25 | 3F | 29 | 2D |
| Octal | 234 | 241 | 104 | 3 | 0 | 72 | 45 | 77 | 51 | 55 |
| Binary | 10011100 | 10100001 | 1000100 | 11 | 0 | 111010 | 100101 | 111111 | 101001 | 101101 |
Color Harmonies of #9CA144
Complementary color
Monochromatic Colors of #9CA144
Black with #9CA144
Text Example
Text Example
White with #9CA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA144; }
p { color: rgb(156,161,68); }
H1.HeaderClassName
{
color: #9CA144;
}
.AnyTagClassName
{
color: #9CA144;
}
</style>
background-color css
<style>
a { background-color: #9CA144; }
a { background-color: rgb(156,161,68); }
div.DivClassName
{
background-color: #9CA144;
}
.BgClassName
{
background-color: #9CA144;
}
</style>
border-color css
<style>
span { border-color: #9CA144; }
span { border-color: rgb(156,161,68); }
td.TdClassName
{
border-color: #9CA144;
}
.TagClassName
{
border-color: #9CA144;
}
</style>