Shades of Citron #99A42C
Tints of Citron #99A42C
RGB
CMYK
RGB Variations
Color information
#99A42C (or 0x99A42C) is known color: Citron. HEX triplet: 99, A4 and 2C. RGB value is (153,164,44). Sum of RGB (Red+Green+Blue) = 153+164+44=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #99A42C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A42C is #665BD3. Grayscale: #939393. Windows color (decimal): -6708180 or 2925721. OLE color: 2925721.
HSL color Cylindrical-coordinate representation of color #99A42C: hue angle of 65.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99A42C is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 44 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.36 |
| HSL | 65.5º | 0.58% | 0.41% | - |
| HSV(B) | 65.5º | 0.73% | 0.64% | - |
| XYZ | 26.87 | 33.51 | 7.43 | - |
| YUV | 147.03 | 69.86 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 44 | 0.07 | 0 | 0.73 | 0.36 | 65.5 | 0.58 | 0.41 |
| Hex | 99 | A4 | 2C | 7 | 0 | 49 | 24 | 42 | 3A | 29 |
| Octal | 231 | 244 | 54 | 7 | 0 | 111 | 44 | 102 | 72 | 51 |
| Binary | 10011001 | 10100100 | 101100 | 111 | 0 | 1001001 | 100100 | 1000010 | 111010 | 101001 |
Color Harmonies of #99A42C
Complementary color
Monochromatic Colors of #99A42C
Black with #99A42C
Text Example
Text Example
White with #99A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A42C; }
p { color: rgb(153,164,44); }
H1.HeaderClassName
{
color: #99A42C;
}
.AnyTagClassName
{
color: #99A42C;
}
</style>
background-color css
<style>
a { background-color: #99A42C; }
a { background-color: rgb(153,164,44); }
div.DivClassName
{
background-color: #99A42C;
}
.BgClassName
{
background-color: #99A42C;
}
</style>
border-color css
<style>
span { border-color: #99A42C; }
span { border-color: rgb(153,164,44); }
td.TdClassName
{
border-color: #99A42C;
}
.TagClassName
{
border-color: #99A42C;
}
</style>