Shades of Citron #948D15
Tints of Citron #948D15
RGB
CMYK
RGB Variations
Color information
#948D15 (or 0x948D15) is known color: Citron. HEX triplet: 94, 8D and 15. RGB value is (148,141,21). Sum of RGB (Red+Green+Blue) = 148+141+21=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #948D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948D15 is #6B72EA. Grayscale: #818181. Windows color (decimal): -7041771 or 1412500. OLE color: 1412500.
HSL color Cylindrical-coordinate representation of color #948D15: hue angle of 56.69º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #948D15 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 21 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.42 |
| HSL | 56.69º | 0.75% | 0.33% | - |
| HSV(B) | 56.69º | 0.86% | 0.58% | - |
| XYZ | 21.87 | 25.4 | 4.46 | - |
| YUV | 129.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 21 | 0 | 0.05 | 0.86 | 0.42 | 56.69 | 0.75 | 0.33 |
| Hex | 94 | 8D | 15 | 0 | 5 | 56 | 2A | 39 | 4B | 21 |
| Octal | 224 | 215 | 25 | 0 | 5 | 126 | 52 | 71 | 113 | 41 |
| Binary | 10010100 | 10001101 | 10101 | 0 | 101 | 1010110 | 101010 | 111001 | 1001011 | 100001 |
Color Harmonies of #948D15
Complementary color
Monochromatic Colors of #948D15
Black with #948D15
Text Example
Text Example
White with #948D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D15; }
p { color: rgb(148,141,21); }
H1.HeaderClassName
{
color: #948D15;
}
.AnyTagClassName
{
color: #948D15;
}
</style>
background-color css
<style>
a { background-color: #948D15; }
a { background-color: rgb(148,141,21); }
div.DivClassName
{
background-color: #948D15;
}
.BgClassName
{
background-color: #948D15;
}
</style>
border-color css
<style>
span { border-color: #948D15; }
span { border-color: rgb(148,141,21); }
td.TdClassName
{
border-color: #948D15;
}
.TagClassName
{
border-color: #948D15;
}
</style>