Shades of Citron #99A227
Tints of Citron #99A227
RGB
CMYK
RGB Variations
Color information
#99A227 (or 0x99A227) is known color: Citron. HEX triplet: 99, A2 and 27. RGB value is (153,162,39). Sum of RGB (Red+Green+Blue) = 153+162+39=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #99A227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A227 is #665DD8. Grayscale: #919191. Windows color (decimal): -6708697 or 2597529. OLE color: 2597529.
HSL color Cylindrical-coordinate representation of color #99A227: hue angle of 64.39º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99A227 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 39 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.36 |
| HSL | 64.39º | 0.61% | 0.39% | - |
| HSV(B) | 64.39º | 0.76% | 0.64% | - |
| XYZ | 26.42 | 32.76 | 6.85 | - |
| YUV | 145.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 39 | 0.06 | 0 | 0.76 | 0.36 | 64.39 | 0.61 | 0.39 |
| Hex | 99 | A2 | 27 | 6 | 0 | 4C | 24 | 40 | 3D | 27 |
| Octal | 231 | 242 | 47 | 6 | 0 | 114 | 44 | 100 | 75 | 47 |
| Binary | 10011001 | 10100010 | 100111 | 110 | 0 | 1001100 | 100100 | 1000000 | 111101 | 100111 |
Color Harmonies of #99A227
Complementary color
Monochromatic Colors of #99A227
Black with #99A227
Text Example
Text Example
White with #99A227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A227; }
p { color: rgb(153,162,39); }
H1.HeaderClassName
{
color: #99A227;
}
.AnyTagClassName
{
color: #99A227;
}
</style>
background-color css
<style>
a { background-color: #99A227; }
a { background-color: rgb(153,162,39); }
div.DivClassName
{
background-color: #99A227;
}
.BgClassName
{
background-color: #99A227;
}
</style>
border-color css
<style>
span { border-color: #99A227; }
span { border-color: rgb(153,162,39); }
td.TdClassName
{
border-color: #99A227;
}
.TagClassName
{
border-color: #99A227;
}
</style>