Shades of Citron #99921F
Tints of Citron #99921F
RGB
CMYK
RGB Variations
Color information
#99921F (or 0x99921F) is known color: Citron. HEX triplet: 99, 92 and 1F. RGB value is (153,146,31). Sum of RGB (Red+Green+Blue) = 153+146+31=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99921F is #666DE0. Grayscale: #878787. Windows color (decimal): -6712801 or 2069145. OLE color: 2069145.
HSL color Cylindrical-coordinate representation of color #99921F: hue angle of 56.56º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99921F is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 31 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.4 |
| HSL | 56.56º | 0.66% | 0.36% | - |
| HSV(B) | 56.56º | 0.8% | 0.6% | - |
| XYZ | 23.66 | 27.43 | 5.34 | - |
| YUV | 134.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 31 | 0 | 0.05 | 0.80 | 0.4 | 56.56 | 0.66 | 0.36 |
| Hex | 99 | 92 | 1F | 0 | 5 | 50 | 28 | 39 | 42 | 24 |
| Octal | 231 | 222 | 37 | 0 | 5 | 120 | 50 | 71 | 102 | 44 |
| Binary | 10011001 | 10010010 | 11111 | 0 | 101 | 1010000 | 101000 | 111001 | 1000010 | 100100 |
Color Harmonies of #99921F
Complementary color
Monochromatic Colors of #99921F
Black with #99921F
Text Example
Text Example
White with #99921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99921F; }
p { color: rgb(153,146,31); }
H1.HeaderClassName
{
color: #99921F;
}
.AnyTagClassName
{
color: #99921F;
}
</style>
background-color css
<style>
a { background-color: #99921F; }
a { background-color: rgb(153,146,31); }
div.DivClassName
{
background-color: #99921F;
}
.BgClassName
{
background-color: #99921F;
}
</style>
border-color css
<style>
span { border-color: #99921F; }
span { border-color: rgb(153,146,31); }
td.TdClassName
{
border-color: #99921F;
}
.TagClassName
{
border-color: #99921F;
}
</style>