Shades of Citron #999B2C
Tints of Citron #999B2C
RGB
CMYK
RGB Variations
Color information
#999B2C (or 0x999B2C) is known color: Citron. HEX triplet: 99, 9B and 2C. RGB value is (153,155,44). Sum of RGB (Red+Green+Blue) = 153+155+44=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #999B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999B2C is #6664D3. Grayscale: #8E8E8E. Windows color (decimal): -6710484 or 2923417. OLE color: 2923417.
HSL color Cylindrical-coordinate representation of color #999B2C: hue angle of 61.08º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #999B2C is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 44 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.39 |
| HSL | 61.08º | 0.56% | 0.39% | - |
| HSV(B) | 61.08º | 0.72% | 0.61% | - |
| XYZ | 25.31 | 30.4 | 6.92 | - |
| YUV | 141.75 | 72.84 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 44 | 0.01 | 0 | 0.72 | 0.39 | 61.08 | 0.56 | 0.39 |
| Hex | 99 | 9B | 2C | 1 | 0 | 48 | 27 | 3D | 38 | 27 |
| Octal | 231 | 233 | 54 | 1 | 0 | 110 | 47 | 75 | 70 | 47 |
| Binary | 10011001 | 10011011 | 101100 | 1 | 0 | 1001000 | 100111 | 111101 | 111000 | 100111 |
Color Harmonies of #999B2C
Complementary color
Monochromatic Colors of #999B2C
Black with #999B2C
Text Example
Text Example
White with #999B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B2C; }
p { color: rgb(153,155,44); }
H1.HeaderClassName
{
color: #999B2C;
}
.AnyTagClassName
{
color: #999B2C;
}
</style>
background-color css
<style>
a { background-color: #999B2C; }
a { background-color: rgb(153,155,44); }
div.DivClassName
{
background-color: #999B2C;
}
.BgClassName
{
background-color: #999B2C;
}
</style>
border-color css
<style>
span { border-color: #999B2C; }
span { border-color: rgb(153,155,44); }
td.TdClassName
{
border-color: #999B2C;
}
.TagClassName
{
border-color: #999B2C;
}
</style>