Shades of Citron #949E0C
Tints of Citron #949E0C
RGB
CMYK
RGB Variations
Color information
#949E0C (or 0x949E0C) is known color: Citron. HEX triplet: 94, 9E and 0C. RGB value is (148,158,12). Sum of RGB (Red+Green+Blue) = 148+158+12=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #949E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949E0C is #6B61F3. Grayscale: #8A8A8A. Windows color (decimal): -7037428 or 827028. OLE color: 827028.
HSL color Cylindrical-coordinate representation of color #949E0C: hue angle of 64.11º 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 #949E0C is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 158 | 12 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.38 |
| HSL | 64.11º | 0.86% | 0.33% | - |
| HSV(B) | 64.11º | 0.92% | 0.62% | - |
| XYZ | 24.51 | 30.78 | 5 | - |
| YUV | 138.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 12 | 0.06 | 0 | 0.92 | 0.38 | 64.11 | 0.86 | 0.33 |
| Hex | 94 | 9E | C | 6 | 0 | 5C | 26 | 40 | 56 | 21 |
| Octal | 224 | 236 | 14 | 6 | 0 | 134 | 46 | 100 | 126 | 41 |
| Binary | 10010100 | 10011110 | 1100 | 110 | 0 | 1011100 | 100110 | 1000000 | 1010110 | 100001 |
Color Harmonies of #949E0C
Complementary color
Monochromatic Colors of #949E0C
Black with #949E0C
Text Example
Text Example
White with #949E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949E0C; }
p { color: rgb(148,158,12); }
H1.HeaderClassName
{
color: #949E0C;
}
.AnyTagClassName
{
color: #949E0C;
}
</style>
background-color css
<style>
a { background-color: #949E0C; }
a { background-color: rgb(148,158,12); }
div.DivClassName
{
background-color: #949E0C;
}
.BgClassName
{
background-color: #949E0C;
}
</style>
border-color css
<style>
span { border-color: #949E0C; }
span { border-color: rgb(148,158,12); }
td.TdClassName
{
border-color: #949E0C;
}
.TagClassName
{
border-color: #949E0C;
}
</style>