Shades of Citron #99A235
Tints of Citron #99A235
RGB
CMYK
RGB Variations
Color information
#99A235 (or 0x99A235) is known color: Citron. HEX triplet: 99, A2 and 35. RGB value is (153,162,53). Sum of RGB (Red+Green+Blue) = 153+162+53=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #99A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A235 is #665DCA. Grayscale: #939393. Windows color (decimal): -6708683 or 3515033. OLE color: 3515033.
HSL color Cylindrical-coordinate representation of color #99A235: hue angle of 64.95º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99A235 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 53 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.36 |
| HSL | 64.95º | 0.51% | 0.42% | - |
| HSV(B) | 64.95º | 0.67% | 0.64% | - |
| XYZ | 26.7 | 32.87 | 8.31 | - |
| YUV | 146.88 | 75.02 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 53 | 0.06 | 0 | 0.67 | 0.36 | 64.95 | 0.51 | 0.42 |
| Hex | 99 | A2 | 35 | 6 | 0 | 43 | 24 | 41 | 33 | 2A |
| Octal | 231 | 242 | 65 | 6 | 0 | 103 | 44 | 101 | 63 | 52 |
| Binary | 10011001 | 10100010 | 110101 | 110 | 0 | 1000011 | 100100 | 1000001 | 110011 | 101010 |
Color Harmonies of #99A235
Complementary color
Monochromatic Colors of #99A235
Black with #99A235
Text Example
Text Example
White with #99A235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A235; }
p { color: rgb(153,162,53); }
H1.HeaderClassName
{
color: #99A235;
}
.AnyTagClassName
{
color: #99A235;
}
</style>
background-color css
<style>
a { background-color: #99A235; }
a { background-color: rgb(153,162,53); }
div.DivClassName
{
background-color: #99A235;
}
.BgClassName
{
background-color: #99A235;
}
</style>
border-color css
<style>
span { border-color: #99A235; }
span { border-color: rgb(153,162,53); }
td.TdClassName
{
border-color: #99A235;
}
.TagClassName
{
border-color: #99A235;
}
</style>