Shades of Citron #919C0A
Tints of Citron #919C0A
RGB
CMYK
RGB Variations
Color information
#919C0A (or 0x919C0A) is known color: Citron. HEX triplet: 91, 9C and 0A. RGB value is (145,156,10). Sum of RGB (Red+Green+Blue) = 145+156+10=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #919C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919C0A is #6E63F5. Grayscale: #888888. Windows color (decimal): -7234550 or 695441. OLE color: 695441.
HSL color Cylindrical-coordinate representation of color #919C0A: hue angle of 64.52º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #919C0A is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 10 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.39 |
| HSL | 64.52º | 0.88% | 0.33% | - |
| HSV(B) | 64.52º | 0.94% | 0.61% | - |
| XYZ | 23.62 | 29.82 | 4.8 | - |
| YUV | 136.07 | 56.86 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 10 | 0.07 | 0 | 0.94 | 0.39 | 64.52 | 0.88 | 0.33 |
| Hex | 91 | 9C | A | 7 | 0 | 5E | 27 | 41 | 58 | 21 |
| Octal | 221 | 234 | 12 | 7 | 0 | 136 | 47 | 101 | 130 | 41 |
| Binary | 10010001 | 10011100 | 1010 | 111 | 0 | 1011110 | 100111 | 1000001 | 1011000 | 100001 |
Color Harmonies of #919C0A
Complementary color
Monochromatic Colors of #919C0A
Black with #919C0A
Text Example
Text Example
White with #919C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C0A; }
p { color: rgb(145,156,10); }
H1.HeaderClassName
{
color: #919C0A;
}
.AnyTagClassName
{
color: #919C0A;
}
</style>
background-color css
<style>
a { background-color: #919C0A; }
a { background-color: rgb(145,156,10); }
div.DivClassName
{
background-color: #919C0A;
}
.BgClassName
{
background-color: #919C0A;
}
</style>
border-color css
<style>
span { border-color: #919C0A; }
span { border-color: rgb(145,156,10); }
td.TdClassName
{
border-color: #919C0A;
}
.TagClassName
{
border-color: #919C0A;
}
</style>