Shades of Citron #99A52B
Tints of Citron #99A52B
RGB
CMYK
RGB Variations
Color information
#99A52B (or 0x99A52B) is known color: Citron. HEX triplet: 99, A5 and 2B. RGB value is (153,165,43). Sum of RGB (Red+Green+Blue) = 153+165+43=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #99A52B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A52B is #665AD4. Grayscale: #939393. Windows color (decimal): -6707925 or 2860441. OLE color: 2860441.
HSL color Cylindrical-coordinate representation of color #99A52B: hue angle of 65.9º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99A52B is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 43 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.35 |
| HSL | 65.9º | 0.59% | 0.41% | - |
| HSV(B) | 65.9º | 0.74% | 0.65% | - |
| XYZ | 27.03 | 33.86 | 7.4 | - |
| YUV | 147.5 | 69.02 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 43 | 0.07 | 0 | 0.74 | 0.35 | 65.9 | 0.59 | 0.41 |
| Hex | 99 | A5 | 2B | 7 | 0 | 4A | 23 | 42 | 3B | 29 |
| Octal | 231 | 245 | 53 | 7 | 0 | 112 | 43 | 102 | 73 | 51 |
| Binary | 10011001 | 10100101 | 101011 | 111 | 0 | 1001010 | 100011 | 1000010 | 111011 | 101001 |
Color Harmonies of #99A52B
Complementary color
Monochromatic Colors of #99A52B
Black with #99A52B
Text Example
Text Example
White with #99A52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A52B; }
p { color: rgb(153,165,43); }
H1.HeaderClassName
{
color: #99A52B;
}
.AnyTagClassName
{
color: #99A52B;
}
</style>
background-color css
<style>
a { background-color: #99A52B; }
a { background-color: rgb(153,165,43); }
div.DivClassName
{
background-color: #99A52B;
}
.BgClassName
{
background-color: #99A52B;
}
</style>
border-color css
<style>
span { border-color: #99A52B; }
span { border-color: rgb(153,165,43); }
td.TdClassName
{
border-color: #99A52B;
}
.TagClassName
{
border-color: #99A52B;
}
</style>