Shades of Citron #94910C
Tints of Citron #94910C
RGB
CMYK
RGB Variations
Color information
#94910C (or 0x94910C) is known color: Citron. HEX triplet: 94, 91 and 0C. RGB value is (148,145,12). Sum of RGB (Red+Green+Blue) = 148+145+12=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94910C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94910C is #6B6EF3. Grayscale: #838383. Windows color (decimal): -7040756 or 823700. OLE color: 823700.
HSL color Cylindrical-coordinate representation of color #94910C: hue angle of 58.68º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94910C is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 12 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.42 |
| HSL | 58.68º | 0.85% | 0.31% | - |
| HSV(B) | 58.68º | 0.92% | 0.58% | - |
| XYZ | 22.4 | 26.57 | 4.3 | - |
| YUV | 130.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 12 | 0 | 0.02 | 0.92 | 0.42 | 58.68 | 0.85 | 0.31 |
| Hex | 94 | 91 | C | 0 | 2 | 5C | 2A | 3B | 55 | 1F |
| Octal | 224 | 221 | 14 | 0 | 2 | 134 | 52 | 73 | 125 | 37 |
| Binary | 10010100 | 10010001 | 1100 | 0 | 10 | 1011100 | 101010 | 111011 | 1010101 | 11111 |
Color Harmonies of #94910C
Complementary color
Monochromatic Colors of #94910C
Black with #94910C
Text Example
Text Example
White with #94910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94910C; }
p { color: rgb(148,145,12); }
H1.HeaderClassName
{
color: #94910C;
}
.AnyTagClassName
{
color: #94910C;
}
</style>
background-color css
<style>
a { background-color: #94910C; }
a { background-color: rgb(148,145,12); }
div.DivClassName
{
background-color: #94910C;
}
.BgClassName
{
background-color: #94910C;
}
</style>
border-color css
<style>
span { border-color: #94910C; }
span { border-color: rgb(148,145,12); }
td.TdClassName
{
border-color: #94910C;
}
.TagClassName
{
border-color: #94910C;
}
</style>