Shades of Highball #99A343
Tints of Highball #99A343
RGB
CMYK
RGB Variations
Color information
#99A343 (or 0x99A343) is known color: Highball. HEX triplet: 99, A3 and 43. RGB value is (153,163,67). Sum of RGB (Red+Green+Blue) = 153+163+67=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 163 - color contains mainly: green. Hex color #99A343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A343 is #665CBC. Grayscale: #959595. Windows color (decimal): -6708413 or 4432793. OLE color: 4432793.
HSL color Cylindrical-coordinate representation of color #99A343: hue angle of 66.25º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99A343 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 67 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.36 |
| HSL | 66.25º | 0.42% | 0.45% | - |
| HSV(B) | 66.25º | 0.59% | 0.64% | - |
| XYZ | 27.25 | 33.37 | 10.32 | - |
| YUV | 149.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 67 | 0.06 | 0 | 0.59 | 0.36 | 66.25 | 0.42 | 0.45 |
| Hex | 99 | A3 | 43 | 6 | 0 | 3B | 24 | 42 | 2A | 2D |
| Octal | 231 | 243 | 103 | 6 | 0 | 73 | 44 | 102 | 52 | 55 |
| Binary | 10011001 | 10100011 | 1000011 | 110 | 0 | 111011 | 100100 | 1000010 | 101010 | 101101 |
Color Harmonies of #99A343
Complementary color
Monochromatic Colors of #99A343
Black with #99A343
Text Example
Text Example
White with #99A343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A343; }
p { color: rgb(153,163,67); }
H1.HeaderClassName
{
color: #99A343;
}
.AnyTagClassName
{
color: #99A343;
}
</style>
background-color css
<style>
a { background-color: #99A343; }
a { background-color: rgb(153,163,67); }
div.DivClassName
{
background-color: #99A343;
}
.BgClassName
{
background-color: #99A343;
}
</style>
border-color css
<style>
span { border-color: #99A343; }
span { border-color: rgb(153,163,67); }
td.TdClassName
{
border-color: #99A343;
}
.TagClassName
{
border-color: #99A343;
}
</style>