Shades of Citron #918F21
Tints of Citron #918F21
RGB
CMYK
RGB Variations
Color information
#918F21 (or 0x918F21) is known color: Citron. HEX triplet: 91, 8F and 21. RGB value is (145,143,33). Sum of RGB (Red+Green+Blue) = 145+143+33=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #918F21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918F21 is #6E70DE. Grayscale: #838383. Windows color (decimal): -7237855 or 2199441. OLE color: 2199441.
HSL color Cylindrical-coordinate representation of color #918F21: hue angle of 58.93º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #918F21 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 33 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.43 |
| HSL | 58.93º | 0.63% | 0.35% | - |
| HSV(B) | 58.93º | 0.77% | 0.57% | - |
| XYZ | 21.77 | 25.77 | 5.27 | - |
| YUV | 131.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 33 | 0 | 0.01 | 0.77 | 0.43 | 58.93 | 0.63 | 0.35 |
| Hex | 91 | 8F | 21 | 0 | 1 | 4D | 2B | 3B | 3F | 23 |
| Octal | 221 | 217 | 41 | 0 | 1 | 115 | 53 | 73 | 77 | 43 |
| Binary | 10010001 | 10001111 | 100001 | 0 | 1 | 1001101 | 101011 | 111011 | 111111 | 100011 |
Color Harmonies of #918F21
Complementary color
Monochromatic Colors of #918F21
Black with #918F21
Text Example
Text Example
White with #918F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F21; }
p { color: rgb(145,143,33); }
H1.HeaderClassName
{
color: #918F21;
}
.AnyTagClassName
{
color: #918F21;
}
</style>
background-color css
<style>
a { background-color: #918F21; }
a { background-color: rgb(145,143,33); }
div.DivClassName
{
background-color: #918F21;
}
.BgClassName
{
background-color: #918F21;
}
</style>
border-color css
<style>
span { border-color: #918F21; }
span { border-color: rgb(145,143,33); }
td.TdClassName
{
border-color: #918F21;
}
.TagClassName
{
border-color: #918F21;
}
</style>