Shades of Citron #919812
Tints of Citron #919812
RGB
CMYK
RGB Variations
Color information
#919812 (or 0x919812) is known color: Citron. HEX triplet: 91, 98 and 12. RGB value is (145,152,18). Sum of RGB (Red+Green+Blue) = 145+152+18=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #919812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919812 is #6E67ED. Grayscale: #878787. Windows color (decimal): -7235566 or 1218705. OLE color: 1218705.
HSL color Cylindrical-coordinate representation of color #919812: hue angle of 63.13º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #919812 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 18 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.40 |
| HSL | 63.13º | 0.79% | 0.33% | - |
| HSV(B) | 63.13º | 0.88% | 0.6% | - |
| XYZ | 23.01 | 28.52 | 4.86 | - |
| YUV | 134.63 | 62.18 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 18 | 0.05 | 0 | 0.88 | 0.40 | 63.13 | 0.79 | 0.33 |
| Hex | 91 | 98 | 12 | 5 | 0 | 58 | 28 | 3F | 4F | 21 |
| Octal | 221 | 230 | 22 | 5 | 0 | 130 | 50 | 77 | 117 | 41 |
| Binary | 10010001 | 10011000 | 10010 | 101 | 0 | 1011000 | 101000 | 111111 | 1001111 | 100001 |
Color Harmonies of #919812
Complementary color
Monochromatic Colors of #919812
Black with #919812
Text Example
Text Example
White with #919812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919812; }
p { color: rgb(145,152,18); }
H1.HeaderClassName
{
color: #919812;
}
.AnyTagClassName
{
color: #919812;
}
</style>
background-color css
<style>
a { background-color: #919812; }
a { background-color: rgb(145,152,18); }
div.DivClassName
{
background-color: #919812;
}
.BgClassName
{
background-color: #919812;
}
</style>
border-color css
<style>
span { border-color: #919812; }
span { border-color: rgb(145,152,18); }
td.TdClassName
{
border-color: #919812;
}
.TagClassName
{
border-color: #919812;
}
</style>