Shades of Highball #9CA33B
Tints of Highball #9CA33B
RGB
CMYK
RGB Variations
Color information
#9CA33B (or 0x9CA33B) is known color: Highball. HEX triplet: 9C, A3 and 3B. RGB value is (156,163,59). Sum of RGB (Red+Green+Blue) = 156+163+59=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA33B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA33B is #635CC4. Grayscale: #959595. Windows color (decimal): -6511813 or 3908508. OLE color: 3908508.
HSL color Cylindrical-coordinate representation of color #9CA33B: hue angle of 64.04º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CA33B is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 163 | 59 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.36 |
| HSL | 64.04º | 0.47% | 0.44% | - |
| HSV(B) | 64.04º | 0.64% | 0.64% | - |
| XYZ | 27.6 | 33.58 | 9.16 | - |
| YUV | 149.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 59 | 0.04 | 0 | 0.64 | 0.36 | 64.04 | 0.47 | 0.44 |
| Hex | 9C | A3 | 3B | 4 | 0 | 40 | 24 | 40 | 2F | 2C |
| Octal | 234 | 243 | 73 | 4 | 0 | 100 | 44 | 100 | 57 | 54 |
| Binary | 10011100 | 10100011 | 111011 | 100 | 0 | 1000000 | 100100 | 1000000 | 101111 | 101100 |
Color Harmonies of #9CA33B
Complementary color
Monochromatic Colors of #9CA33B
Black with #9CA33B
Text Example
Text Example
White with #9CA33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA33B; }
p { color: rgb(156,163,59); }
H1.HeaderClassName
{
color: #9CA33B;
}
.AnyTagClassName
{
color: #9CA33B;
}
</style>
background-color css
<style>
a { background-color: #9CA33B; }
a { background-color: rgb(156,163,59); }
div.DivClassName
{
background-color: #9CA33B;
}
.BgClassName
{
background-color: #9CA33B;
}
</style>
border-color css
<style>
span { border-color: #9CA33B; }
span { border-color: rgb(156,163,59); }
td.TdClassName
{
border-color: #9CA33B;
}
.TagClassName
{
border-color: #9CA33B;
}
</style>