Shades of Citron #94900C
Tints of Citron #94900C
RGB
CMYK
RGB Variations
Color information
#94900C (or 0x94900C) is known color: Citron. HEX triplet: 94, 90 and 0C. RGB value is (148,144,12). Sum of RGB (Red+Green+Blue) = 148+144+12=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94900C is #6B6FF3. Grayscale: #828282. Windows color (decimal): -7041012 or 823444. OLE color: 823444.
HSL color Cylindrical-coordinate representation of color #94900C: hue angle of 58.24º 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 #94900C is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 12 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.42 |
| HSL | 58.24º | 0.85% | 0.31% | - |
| HSV(B) | 58.24º | 0.92% | 0.58% | - |
| XYZ | 22.25 | 26.27 | 4.25 | - |
| YUV | 130.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 12 | 0 | 0.03 | 0.92 | 0.42 | 58.24 | 0.85 | 0.31 |
| Hex | 94 | 90 | C | 0 | 3 | 5C | 2A | 3A | 55 | 1F |
| Octal | 224 | 220 | 14 | 0 | 3 | 134 | 52 | 72 | 125 | 37 |
| Binary | 10010100 | 10010000 | 1100 | 0 | 11 | 1011100 | 101010 | 111010 | 1010101 | 11111 |
Color Harmonies of #94900C
Complementary color
Monochromatic Colors of #94900C
Black with #94900C
Text Example
Text Example
White with #94900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94900C; }
p { color: rgb(148,144,12); }
H1.HeaderClassName
{
color: #94900C;
}
.AnyTagClassName
{
color: #94900C;
}
</style>
background-color css
<style>
a { background-color: #94900C; }
a { background-color: rgb(148,144,12); }
div.DivClassName
{
background-color: #94900C;
}
.BgClassName
{
background-color: #94900C;
}
</style>
border-color css
<style>
span { border-color: #94900C; }
span { border-color: rgb(148,144,12); }
td.TdClassName
{
border-color: #94900C;
}
.TagClassName
{
border-color: #94900C;
}
</style>