Shades of Citron #94970C
Tints of Citron #94970C
RGB
CMYK
RGB Variations
Color information
#94970C (or 0x94970C) is known color: Citron. HEX triplet: 94, 97 and 0C. RGB value is (148,151,12). Sum of RGB (Red+Green+Blue) = 148+151+12=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #94970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94970C is #6B68F3. Grayscale: #868686. Windows color (decimal): -7039220 or 825236. OLE color: 825236.
HSL color Cylindrical-coordinate representation of color #94970C: hue angle of 61.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94970C is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 151 | 12 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.41 |
| HSL | 61.29º | 0.85% | 0.32% | - |
| HSV(B) | 61.29º | 0.92% | 0.59% | - |
| XYZ | 23.35 | 28.46 | 4.61 | - |
| YUV | 134.26 | 59.01 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 12 | 0.02 | 0 | 0.92 | 0.41 | 61.29 | 0.85 | 0.32 |
| Hex | 94 | 97 | C | 2 | 0 | 5C | 29 | 3D | 55 | 20 |
| Octal | 224 | 227 | 14 | 2 | 0 | 134 | 51 | 75 | 125 | 40 |
| Binary | 10010100 | 10010111 | 1100 | 10 | 0 | 1011100 | 101001 | 111101 | 1010101 | 100000 |
Color Harmonies of #94970C
Complementary color
Monochromatic Colors of #94970C
Black with #94970C
Text Example
Text Example
White with #94970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94970C; }
p { color: rgb(148,151,12); }
H1.HeaderClassName
{
color: #94970C;
}
.AnyTagClassName
{
color: #94970C;
}
</style>
background-color css
<style>
a { background-color: #94970C; }
a { background-color: rgb(148,151,12); }
div.DivClassName
{
background-color: #94970C;
}
.BgClassName
{
background-color: #94970C;
}
</style>
border-color css
<style>
span { border-color: #94970C; }
span { border-color: rgb(148,151,12); }
td.TdClassName
{
border-color: #94970C;
}
.TagClassName
{
border-color: #94970C;
}
</style>