Shades of Citron #99A633
Tints of Citron #99A633
RGB
CMYK
RGB Variations
Color information
#99A633 (or 0x99A633) is known color: Citron. HEX triplet: 99, A6 and 33. RGB value is (153,166,51). Sum of RGB (Red+Green+Blue) = 153+166+51=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #99A633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A633 is #6659CC. Grayscale: #959595. Windows color (decimal): -6707661 or 3384985. OLE color: 3384985.
HSL color Cylindrical-coordinate representation of color #99A633: hue angle of 66.78º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99A633 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 51 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.35 |
| HSL | 66.78º | 0.53% | 0.43% | - |
| HSV(B) | 66.78º | 0.69% | 0.65% | - |
| XYZ | 27.37 | 34.28 | 8.31 | - |
| YUV | 149 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 51 | 0.08 | 0 | 0.69 | 0.35 | 66.78 | 0.53 | 0.43 |
| Hex | 99 | A6 | 33 | 8 | 0 | 45 | 23 | 43 | 35 | 2B |
| Octal | 231 | 246 | 63 | 10 | 0 | 105 | 43 | 103 | 65 | 53 |
| Binary | 10011001 | 10100110 | 110011 | 1000 | 0 | 1000101 | 100011 | 1000011 | 110101 | 101011 |
Color Harmonies of #99A633
Complementary color
Monochromatic Colors of #99A633
Black with #99A633
Text Example
Text Example
White with #99A633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A633; }
p { color: rgb(153,166,51); }
H1.HeaderClassName
{
color: #99A633;
}
.AnyTagClassName
{
color: #99A633;
}
</style>
background-color css
<style>
a { background-color: #99A633; }
a { background-color: rgb(153,166,51); }
div.DivClassName
{
background-color: #99A633;
}
.BgClassName
{
background-color: #99A633;
}
</style>
border-color css
<style>
span { border-color: #99A633; }
span { border-color: rgb(153,166,51); }
td.TdClassName
{
border-color: #99A633;
}
.TagClassName
{
border-color: #99A633;
}
</style>