Shades of Citron #919A0C
Tints of Citron #919A0C
RGB
CMYK
RGB Variations
Color information
#919A0C (or 0x919A0C) is known color: Citron. HEX triplet: 91, 9A and 0C. RGB value is (145,154,12). Sum of RGB (Red+Green+Blue) = 145+154+12=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #919A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919A0C is #6E65F3. Grayscale: #878787. Windows color (decimal): -7235060 or 826001. OLE color: 826001.
HSL color Cylindrical-coordinate representation of color #919A0C: hue angle of 63.8º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #919A0C is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 12 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.40 |
| HSL | 63.8º | 0.86% | 0.33% | - |
| HSV(B) | 63.8º | 0.92% | 0.6% | - |
| XYZ | 23.3 | 29.16 | 4.75 | - |
| YUV | 135.12 | 58.52 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 12 | 0.06 | 0 | 0.92 | 0.40 | 63.8 | 0.86 | 0.33 |
| Hex | 91 | 9A | C | 6 | 0 | 5C | 28 | 40 | 56 | 21 |
| Octal | 221 | 232 | 14 | 6 | 0 | 134 | 50 | 100 | 126 | 41 |
| Binary | 10010001 | 10011010 | 1100 | 110 | 0 | 1011100 | 101000 | 1000000 | 1010110 | 100001 |
Color Harmonies of #919A0C
Complementary color
Monochromatic Colors of #919A0C
Black with #919A0C
Text Example
Text Example
White with #919A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A0C; }
p { color: rgb(145,154,12); }
H1.HeaderClassName
{
color: #919A0C;
}
.AnyTagClassName
{
color: #919A0C;
}
</style>
background-color css
<style>
a { background-color: #919A0C; }
a { background-color: rgb(145,154,12); }
div.DivClassName
{
background-color: #919A0C;
}
.BgClassName
{
background-color: #919A0C;
}
</style>
border-color css
<style>
span { border-color: #919A0C; }
span { border-color: rgb(145,154,12); }
td.TdClassName
{
border-color: #919A0C;
}
.TagClassName
{
border-color: #919A0C;
}
</style>