Shades of Citron #99A632
Tints of Citron #99A632
RGB
CMYK
RGB Variations
Color information
#99A632 (or 0x99A632) is known color: Citron. HEX triplet: 99, A6 and 32. RGB value is (153,166,50). Sum of RGB (Red+Green+Blue) = 153+166+50=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #99A632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A632 is #6659CD. Grayscale: #959595. Windows color (decimal): -6707662 or 3319449. OLE color: 3319449.
HSL color Cylindrical-coordinate representation of color #99A632: hue angle of 66.72º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99A632 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 50 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.35 |
| HSL | 66.72º | 0.54% | 0.42% | - |
| HSV(B) | 66.72º | 0.7% | 0.65% | - |
| XYZ | 27.35 | 34.28 | 8.19 | - |
| YUV | 148.89 | 72.19 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 50 | 0.08 | 0 | 0.70 | 0.35 | 66.72 | 0.54 | 0.42 |
| Hex | 99 | A6 | 32 | 8 | 0 | 46 | 23 | 43 | 36 | 2A |
| Octal | 231 | 246 | 62 | 10 | 0 | 106 | 43 | 103 | 66 | 52 |
| Binary | 10011001 | 10100110 | 110010 | 1000 | 0 | 1000110 | 100011 | 1000011 | 110110 | 101010 |
Color Harmonies of #99A632
Complementary color
Monochromatic Colors of #99A632
Black with #99A632
Text Example
Text Example
White with #99A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A632; }
p { color: rgb(153,166,50); }
H1.HeaderClassName
{
color: #99A632;
}
.AnyTagClassName
{
color: #99A632;
}
</style>
background-color css
<style>
a { background-color: #99A632; }
a { background-color: rgb(153,166,50); }
div.DivClassName
{
background-color: #99A632;
}
.BgClassName
{
background-color: #99A632;
}
</style>
border-color css
<style>
span { border-color: #99A632; }
span { border-color: rgb(153,166,50); }
td.TdClassName
{
border-color: #99A632;
}
.TagClassName
{
border-color: #99A632;
}
</style>