Shades of Citron #94950C
Tints of Citron #94950C
RGB
CMYK
RGB Variations
Color information
#94950C (or 0x94950C) is known color: Citron. HEX triplet: 94, 95 and 0C. RGB value is (148,149,12). Sum of RGB (Red+Green+Blue) = 148+149+12=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #94950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94950C is #6B6AF3. Grayscale: #858585. Windows color (decimal): -7039732 or 824724. OLE color: 824724.
HSL color Cylindrical-coordinate representation of color #94950C: hue angle of 60.44º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94950C is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 149 | 12 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.42 |
| HSL | 60.44º | 0.85% | 0.32% | - |
| HSV(B) | 60.44º | 0.92% | 0.58% | - |
| XYZ | 23.03 | 27.82 | 4.5 | - |
| YUV | 133.08 | 59.67 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 12 | 0.01 | 0 | 0.92 | 0.42 | 60.44 | 0.85 | 0.32 |
| Hex | 94 | 95 | C | 1 | 0 | 5C | 2A | 3C | 55 | 20 |
| Octal | 224 | 225 | 14 | 1 | 0 | 134 | 52 | 74 | 125 | 40 |
| Binary | 10010100 | 10010101 | 1100 | 1 | 0 | 1011100 | 101010 | 111100 | 1010101 | 100000 |
Color Harmonies of #94950C
Complementary color
Monochromatic Colors of #94950C
Black with #94950C
Text Example
Text Example
White with #94950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94950C; }
p { color: rgb(148,149,12); }
H1.HeaderClassName
{
color: #94950C;
}
.AnyTagClassName
{
color: #94950C;
}
</style>
background-color css
<style>
a { background-color: #94950C; }
a { background-color: rgb(148,149,12); }
div.DivClassName
{
background-color: #94950C;
}
.BgClassName
{
background-color: #94950C;
}
</style>
border-color css
<style>
span { border-color: #94950C; }
span { border-color: rgb(148,149,12); }
td.TdClassName
{
border-color: #94950C;
}
.TagClassName
{
border-color: #94950C;
}
</style>