Shades of Citron #949D16
Tints of Citron #949D16
RGB
CMYK
RGB Variations
Color information
#949D16 (or 0x949D16) is known color: Citron. HEX triplet: 94, 9D and 16. RGB value is (148,157,22). Sum of RGB (Red+Green+Blue) = 148+157+22=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #949D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949D16 is #6B62E9. Grayscale: #8B8B8B. Windows color (decimal): -7037674 or 1482132. OLE color: 1482132.
HSL color Cylindrical-coordinate representation of color #949D16: hue angle of 64º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #949D16 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 157 | 22 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.38 |
| HSL | 64º | 0.75% | 0.35% | - |
| HSV(B) | 64º | 0.86% | 0.62% | - |
| XYZ | 24.41 | 30.47 | 5.35 | - |
| YUV | 138.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 22 | 0.06 | 0 | 0.86 | 0.38 | 64 | 0.75 | 0.35 |
| Hex | 94 | 9D | 16 | 6 | 0 | 56 | 26 | 40 | 4B | 23 |
| Octal | 224 | 235 | 26 | 6 | 0 | 126 | 46 | 100 | 113 | 43 |
| Binary | 10010100 | 10011101 | 10110 | 110 | 0 | 1010110 | 100110 | 1000000 | 1001011 | 100011 |
Color Harmonies of #949D16
Complementary color
Monochromatic Colors of #949D16
Black with #949D16
Text Example
Text Example
White with #949D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949D16; }
p { color: rgb(148,157,22); }
H1.HeaderClassName
{
color: #949D16;
}
.AnyTagClassName
{
color: #949D16;
}
</style>
background-color css
<style>
a { background-color: #949D16; }
a { background-color: rgb(148,157,22); }
div.DivClassName
{
background-color: #949D16;
}
.BgClassName
{
background-color: #949D16;
}
</style>
border-color css
<style>
span { border-color: #949D16; }
span { border-color: rgb(148,157,22); }
td.TdClassName
{
border-color: #949D16;
}
.TagClassName
{
border-color: #949D16;
}
</style>