Shades of Citron #99A82B
Tints of Citron #99A82B
RGB
CMYK
RGB Variations
Color information
#99A82B (or 0x99A82B) is known color: Citron. HEX triplet: 99, A8 and 2B. RGB value is (153,168,43). Sum of RGB (Red+Green+Blue) = 153+168+43=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 168 - color contains mainly: green. Hex color #99A82B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A82B is #6657D4. Grayscale: #959595. Windows color (decimal): -6707157 or 2861209. OLE color: 2861209.
HSL color Cylindrical-coordinate representation of color #99A82B: hue angle of 67.2º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99A82B is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 168 | 43 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.34 |
| HSL | 67.2º | 0.59% | 0.41% | - |
| HSV(B) | 67.2º | 0.74% | 0.66% | - |
| XYZ | 27.58 | 34.95 | 7.58 | - |
| YUV | 149.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 43 | 0.09 | 0 | 0.74 | 0.34 | 67.2 | 0.59 | 0.41 |
| Hex | 99 | A8 | 2B | 9 | 0 | 4A | 22 | 43 | 3B | 29 |
| Octal | 231 | 250 | 53 | 11 | 0 | 112 | 42 | 103 | 73 | 51 |
| Binary | 10011001 | 10101000 | 101011 | 1001 | 0 | 1001010 | 100010 | 1000011 | 111011 | 101001 |
Color Harmonies of #99A82B
Complementary color
Monochromatic Colors of #99A82B
Black with #99A82B
Text Example
Text Example
White with #99A82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A82B; }
p { color: rgb(153,168,43); }
H1.HeaderClassName
{
color: #99A82B;
}
.AnyTagClassName
{
color: #99A82B;
}
</style>
background-color css
<style>
a { background-color: #99A82B; }
a { background-color: rgb(153,168,43); }
div.DivClassName
{
background-color: #99A82B;
}
.BgClassName
{
background-color: #99A82B;
}
</style>
border-color css
<style>
span { border-color: #99A82B; }
span { border-color: rgb(153,168,43); }
td.TdClassName
{
border-color: #99A82B;
}
.TagClassName
{
border-color: #99A82B;
}
</style>