Shades of Citron #99A72D
Tints of Citron #99A72D
RGB
CMYK
RGB Variations
Color information
#99A72D (or 0x99A72D) is known color: Citron. HEX triplet: 99, A7 and 2D. RGB value is (153,167,45). Sum of RGB (Red+Green+Blue) = 153+167+45=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #99A72D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A72D is #6658D2. Grayscale: #959595. Windows color (decimal): -6707411 or 2992025. OLE color: 2992025.
HSL color Cylindrical-coordinate representation of color #99A72D: hue angle of 66.89º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99A72D is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 45 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.35 |
| HSL | 66.89º | 0.58% | 0.42% | - |
| HSV(B) | 66.89º | 0.73% | 0.65% | - |
| XYZ | 27.43 | 34.6 | 7.72 | - |
| YUV | 148.91 | 69.36 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 45 | 0.08 | 0 | 0.73 | 0.35 | 66.89 | 0.58 | 0.42 |
| Hex | 99 | A7 | 2D | 8 | 0 | 49 | 23 | 43 | 3A | 2A |
| Octal | 231 | 247 | 55 | 10 | 0 | 111 | 43 | 103 | 72 | 52 |
| Binary | 10011001 | 10100111 | 101101 | 1000 | 0 | 1001001 | 100011 | 1000011 | 111010 | 101010 |
Color Harmonies of #99A72D
Complementary color
Monochromatic Colors of #99A72D
Black with #99A72D
Text Example
Text Example
White with #99A72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A72D; }
p { color: rgb(153,167,45); }
H1.HeaderClassName
{
color: #99A72D;
}
.AnyTagClassName
{
color: #99A72D;
}
</style>
background-color css
<style>
a { background-color: #99A72D; }
a { background-color: rgb(153,167,45); }
div.DivClassName
{
background-color: #99A72D;
}
.BgClassName
{
background-color: #99A72D;
}
</style>
border-color css
<style>
span { border-color: #99A72D; }
span { border-color: rgb(153,167,45); }
td.TdClassName
{
border-color: #99A72D;
}
.TagClassName
{
border-color: #99A72D;
}
</style>