Shades of Citron #99A625
Tints of Citron #99A625
RGB
CMYK
RGB Variations
Color information
#99A625 (or 0x99A625) is known color: Citron. HEX triplet: 99, A6 and 25. RGB value is (153,166,37). Sum of RGB (Red+Green+Blue) = 153+166+37=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #99A625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A625 is #6659DA. Grayscale: #939393. Windows color (decimal): -6707675 or 2467481. OLE color: 2467481.
HSL color Cylindrical-coordinate representation of color #99A625: hue angle of 66.05º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99A625 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 37 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.35 |
| HSL | 66.05º | 0.64% | 0.4% | - |
| HSV(B) | 66.05º | 0.78% | 0.65% | - |
| XYZ | 27.11 | 34.18 | 6.92 | - |
| YUV | 147.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 37 | 0.08 | 0 | 0.78 | 0.35 | 66.05 | 0.64 | 0.4 |
| Hex | 99 | A6 | 25 | 8 | 0 | 4E | 23 | 42 | 40 | 28 |
| Octal | 231 | 246 | 45 | 10 | 0 | 116 | 43 | 102 | 100 | 50 |
| Binary | 10011001 | 10100110 | 100101 | 1000 | 0 | 1001110 | 100011 | 1000010 | 1000000 | 101000 |
Color Harmonies of #99A625
Complementary color
Monochromatic Colors of #99A625
Black with #99A625
Text Example
Text Example
White with #99A625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A625; }
p { color: rgb(153,166,37); }
H1.HeaderClassName
{
color: #99A625;
}
.AnyTagClassName
{
color: #99A625;
}
</style>
background-color css
<style>
a { background-color: #99A625; }
a { background-color: rgb(153,166,37); }
div.DivClassName
{
background-color: #99A625;
}
.BgClassName
{
background-color: #99A625;
}
</style>
border-color css
<style>
span { border-color: #99A625; }
span { border-color: rgb(153,166,37); }
td.TdClassName
{
border-color: #99A625;
}
.TagClassName
{
border-color: #99A625;
}
</style>