Shades of Citron #918C18
Tints of Citron #918C18
RGB
CMYK
RGB Variations
Color information
#918C18 (or 0x918C18) is known color: Citron. HEX triplet: 91, 8C and 18. RGB value is (145,140,24). Sum of RGB (Red+Green+Blue) = 145+140+24=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #918C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918C18 is #6E73E7. Grayscale: #808080. Windows color (decimal): -7238632 or 1608849. OLE color: 1608849.
HSL color Cylindrical-coordinate representation of color #918C18: hue angle of 57.52º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #918C18 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 24 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.43 |
| HSL | 57.52º | 0.72% | 0.33% | - |
| HSV(B) | 57.52º | 0.83% | 0.57% | - |
| XYZ | 21.22 | 24.84 | 4.54 | - |
| YUV | 128.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 24 | 0 | 0.03 | 0.83 | 0.43 | 57.52 | 0.72 | 0.33 |
| Hex | 91 | 8C | 18 | 0 | 3 | 53 | 2B | 3A | 48 | 21 |
| Octal | 221 | 214 | 30 | 0 | 3 | 123 | 53 | 72 | 110 | 41 |
| Binary | 10010001 | 10001100 | 11000 | 0 | 11 | 1010011 | 101011 | 111010 | 1001000 | 100001 |
Color Harmonies of #918C18
Complementary color
Monochromatic Colors of #918C18
Black with #918C18
Text Example
Text Example
White with #918C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C18; }
p { color: rgb(145,140,24); }
H1.HeaderClassName
{
color: #918C18;
}
.AnyTagClassName
{
color: #918C18;
}
</style>
background-color css
<style>
a { background-color: #918C18; }
a { background-color: rgb(145,140,24); }
div.DivClassName
{
background-color: #918C18;
}
.BgClassName
{
background-color: #918C18;
}
</style>
border-color css
<style>
span { border-color: #918C18; }
span { border-color: rgb(145,140,24); }
td.TdClassName
{
border-color: #918C18;
}
.TagClassName
{
border-color: #918C18;
}
</style>