Shades of Citron #949D0C
Tints of Citron #949D0C
RGB
CMYK
RGB Variations
Color information
#949D0C (or 0x949D0C) is known color: Citron. HEX triplet: 94, 9D and 0C. RGB value is (148,157,12). Sum of RGB (Red+Green+Blue) = 148+157+12=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #949D0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949D0C is #6B62F3. Grayscale: #8A8A8A. Windows color (decimal): -7037684 or 826772. OLE color: 826772.
HSL color Cylindrical-coordinate representation of color #949D0C: hue angle of 63.72º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #949D0C is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 157 | 12 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.38 |
| HSL | 63.72º | 0.86% | 0.33% | - |
| HSV(B) | 63.72º | 0.92% | 0.62% | - |
| XYZ | 24.34 | 30.44 | 4.94 | - |
| YUV | 137.78 | 57.02 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 12 | 0.06 | 0 | 0.92 | 0.38 | 63.72 | 0.86 | 0.33 |
| Hex | 94 | 9D | C | 6 | 0 | 5C | 26 | 40 | 56 | 21 |
| Octal | 224 | 235 | 14 | 6 | 0 | 134 | 46 | 100 | 126 | 41 |
| Binary | 10010100 | 10011101 | 1100 | 110 | 0 | 1011100 | 100110 | 1000000 | 1010110 | 100001 |
Color Harmonies of #949D0C
Complementary color
Monochromatic Colors of #949D0C
Black with #949D0C
Text Example
Text Example
White with #949D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949D0C; }
p { color: rgb(148,157,12); }
H1.HeaderClassName
{
color: #949D0C;
}
.AnyTagClassName
{
color: #949D0C;
}
</style>
background-color css
<style>
a { background-color: #949D0C; }
a { background-color: rgb(148,157,12); }
div.DivClassName
{
background-color: #949D0C;
}
.BgClassName
{
background-color: #949D0C;
}
</style>
border-color css
<style>
span { border-color: #949D0C; }
span { border-color: rgb(148,157,12); }
td.TdClassName
{
border-color: #949D0C;
}
.TagClassName
{
border-color: #949D0C;
}
</style>