Shades of Citron #928D1B
Tints of Citron #928D1B
RGB
CMYK
RGB Variations
Color information
#928D1B (or 0x928D1B) is known color: Citron. HEX triplet: 92, 8D and 1B. RGB value is (146,141,27). Sum of RGB (Red+Green+Blue) = 146+141+27=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #928D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928D1B is #6D72E4. Grayscale: #818181. Windows color (decimal): -7172837 or 1805714. OLE color: 1805714.
HSL color Cylindrical-coordinate representation of color #928D1B: hue angle of 57.48º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #928D1B is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 27 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.43 |
| HSL | 57.48º | 0.69% | 0.34% | - |
| HSV(B) | 57.48º | 0.82% | 0.57% | - |
| XYZ | 21.58 | 25.24 | 4.77 | - |
| YUV | 129.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 27 | 0 | 0.03 | 0.82 | 0.43 | 57.48 | 0.69 | 0.34 |
| Hex | 92 | 8D | 1B | 0 | 3 | 52 | 2B | 39 | 45 | 22 |
| Octal | 222 | 215 | 33 | 0 | 3 | 122 | 53 | 71 | 105 | 42 |
| Binary | 10010010 | 10001101 | 11011 | 0 | 11 | 1010010 | 101011 | 111001 | 1000101 | 100010 |
Color Harmonies of #928D1B
Complementary color
Monochromatic Colors of #928D1B
Black with #928D1B
Text Example
Text Example
White with #928D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D1B; }
p { color: rgb(146,141,27); }
H1.HeaderClassName
{
color: #928D1B;
}
.AnyTagClassName
{
color: #928D1B;
}
</style>
background-color css
<style>
a { background-color: #928D1B; }
a { background-color: rgb(146,141,27); }
div.DivClassName
{
background-color: #928D1B;
}
.BgClassName
{
background-color: #928D1B;
}
</style>
border-color css
<style>
span { border-color: #928D1B; }
span { border-color: rgb(146,141,27); }
td.TdClassName
{
border-color: #928D1B;
}
.TagClassName
{
border-color: #928D1B;
}
</style>