Shades of Citron #919D32
Tints of Citron #919D32
RGB
CMYK
RGB Variations
Color information
#919D32 (or 0x919D32) is known color: Citron. HEX triplet: 91, 9D and 32. RGB value is (145,157,50). Sum of RGB (Red+Green+Blue) = 145+157+50=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #919D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919D32 is #6E62CD. Grayscale: #8D8D8D. Windows color (decimal): -7234254 or 3317137. OLE color: 3317137.
HSL color Cylindrical-coordinate representation of color #919D32: hue angle of 66.73º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #919D32 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 50 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.38 |
| HSL | 66.73º | 0.52% | 0.41% | - |
| HSV(B) | 66.73º | 0.68% | 0.62% | - |
| XYZ | 24.31 | 30.36 | 7.6 | - |
| YUV | 141.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 50 | 0.08 | 0 | 0.68 | 0.38 | 66.73 | 0.52 | 0.41 |
| Hex | 91 | 9D | 32 | 8 | 0 | 44 | 26 | 43 | 34 | 29 |
| Octal | 221 | 235 | 62 | 10 | 0 | 104 | 46 | 103 | 64 | 51 |
| Binary | 10010001 | 10011101 | 110010 | 1000 | 0 | 1000100 | 100110 | 1000011 | 110100 | 101001 |
Color Harmonies of #919D32
Complementary color
Monochromatic Colors of #919D32
Black with #919D32
Text Example
Text Example
White with #919D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D32; }
p { color: rgb(145,157,50); }
H1.HeaderClassName
{
color: #919D32;
}
.AnyTagClassName
{
color: #919D32;
}
</style>
background-color css
<style>
a { background-color: #919D32; }
a { background-color: rgb(145,157,50); }
div.DivClassName
{
background-color: #919D32;
}
.BgClassName
{
background-color: #919D32;
}
</style>
border-color css
<style>
span { border-color: #919D32; }
span { border-color: rgb(145,157,50); }
td.TdClassName
{
border-color: #919D32;
}
.TagClassName
{
border-color: #919D32;
}
</style>