Shades of Citron #919828
Tints of Citron #919828
RGB
CMYK
RGB Variations
Color information
#919828 (or 0x919828) is known color: Citron. HEX triplet: 91, 98 and 28. RGB value is (145,152,40). Sum of RGB (Red+Green+Blue) = 145+152+40=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #919828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919828 is #6E67D7. Grayscale: #898989. Windows color (decimal): -7235544 or 2660497. OLE color: 2660497.
HSL color Cylindrical-coordinate representation of color #919828: hue angle of 63.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #919828 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 40 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.40 |
| HSL | 63.75º | 0.58% | 0.38% | - |
| HSV(B) | 63.75º | 0.74% | 0.6% | - |
| XYZ | 23.29 | 28.63 | 6.31 | - |
| YUV | 137.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 40 | 0.05 | 0 | 0.74 | 0.40 | 63.75 | 0.58 | 0.38 |
| Hex | 91 | 98 | 28 | 5 | 0 | 4A | 28 | 40 | 3A | 26 |
| Octal | 221 | 230 | 50 | 5 | 0 | 112 | 50 | 100 | 72 | 46 |
| Binary | 10010001 | 10011000 | 101000 | 101 | 0 | 1001010 | 101000 | 1000000 | 111010 | 100110 |
Color Harmonies of #919828
Complementary color
Monochromatic Colors of #919828
Black with #919828
Text Example
Text Example
White with #919828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919828; }
p { color: rgb(145,152,40); }
H1.HeaderClassName
{
color: #919828;
}
.AnyTagClassName
{
color: #919828;
}
</style>
background-color css
<style>
a { background-color: #919828; }
a { background-color: rgb(145,152,40); }
div.DivClassName
{
background-color: #919828;
}
.BgClassName
{
background-color: #919828;
}
</style>
border-color css
<style>
span { border-color: #919828; }
span { border-color: rgb(145,152,40); }
td.TdClassName
{
border-color: #919828;
}
.TagClassName
{
border-color: #919828;
}
</style>