Shades of Citron #918E1D
Tints of Citron #918E1D
RGB
CMYK
RGB Variations
Color information
#918E1D (or 0x918E1D) is known color: Citron. HEX triplet: 91, 8E and 1D. RGB value is (145,142,29). Sum of RGB (Red+Green+Blue) = 145+142+29=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #918E1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918E1D is #6E71E2. Grayscale: #828282. Windows color (decimal): -7238115 or 1937041. OLE color: 1937041.
HSL color Cylindrical-coordinate representation of color #918E1D: hue angle of 58.45º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #918E1D is Cyan = 0, Magento = 0.02, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 29 | - |
| CMYK | 0 | 0.02 | 0.8 | 0.43 |
| HSL | 58.45º | 0.67% | 0.34% | - |
| HSV(B) | 58.45º | 0.8% | 0.57% | - |
| XYZ | 21.57 | 25.45 | 4.94 | - |
| YUV | 130.02 | 70.99 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 29 | 0 | 0.02 | 0.8 | 0.43 | 58.45 | 0.67 | 0.34 |
| Hex | 91 | 8E | 1D | 0 | 2 | 50 | 2B | 3A | 43 | 22 |
| Octal | 221 | 216 | 35 | 0 | 2 | 120 | 53 | 72 | 103 | 42 |
| Binary | 10010001 | 10001110 | 11101 | 0 | 10 | 1010000 | 101011 | 111010 | 1000011 | 100010 |
Color Harmonies of #918E1D
Complementary color
Monochromatic Colors of #918E1D
Black with #918E1D
Text Example
Text Example
White with #918E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E1D; }
p { color: rgb(145,142,29); }
H1.HeaderClassName
{
color: #918E1D;
}
.AnyTagClassName
{
color: #918E1D;
}
</style>
background-color css
<style>
a { background-color: #918E1D; }
a { background-color: rgb(145,142,29); }
div.DivClassName
{
background-color: #918E1D;
}
.BgClassName
{
background-color: #918E1D;
}
</style>
border-color css
<style>
span { border-color: #918E1D; }
span { border-color: rgb(145,142,29); }
td.TdClassName
{
border-color: #918E1D;
}
.TagClassName
{
border-color: #918E1D;
}
</style>