Shades of Citron #918E1B
Tints of Citron #918E1B
RGB
CMYK
RGB Variations
Color information
#918E1B (or 0x918E1B) is known color: Citron. HEX triplet: 91, 8E and 1B. RGB value is (145,142,27). Sum of RGB (Red+Green+Blue) = 145+142+27=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #918E1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918E1B is #6E71E4. Grayscale: #828282. Windows color (decimal): -7238117 or 1805969. OLE color: 1805969.
HSL color Cylindrical-coordinate representation of color #918E1B: hue angle of 58.47º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #918E1B is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 27 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.43 |
| HSL | 58.47º | 0.69% | 0.34% | - |
| HSV(B) | 58.47º | 0.81% | 0.57% | - |
| XYZ | 21.55 | 25.44 | 4.81 | - |
| YUV | 129.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 27 | 0 | 0.02 | 0.81 | 0.43 | 58.47 | 0.69 | 0.34 |
| Hex | 91 | 8E | 1B | 0 | 2 | 51 | 2B | 3A | 45 | 22 |
| Octal | 221 | 216 | 33 | 0 | 2 | 121 | 53 | 72 | 105 | 42 |
| Binary | 10010001 | 10001110 | 11011 | 0 | 10 | 1010001 | 101011 | 111010 | 1000101 | 100010 |
Color Harmonies of #918E1B
Complementary color
Monochromatic Colors of #918E1B
Black with #918E1B
Text Example
Text Example
White with #918E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E1B; }
p { color: rgb(145,142,27); }
H1.HeaderClassName
{
color: #918E1B;
}
.AnyTagClassName
{
color: #918E1B;
}
</style>
background-color css
<style>
a { background-color: #918E1B; }
a { background-color: rgb(145,142,27); }
div.DivClassName
{
background-color: #918E1B;
}
.BgClassName
{
background-color: #918E1B;
}
</style>
border-color css
<style>
span { border-color: #918E1B; }
span { border-color: rgb(145,142,27); }
td.TdClassName
{
border-color: #918E1B;
}
.TagClassName
{
border-color: #918E1B;
}
</style>