Shades of Citron #949D19
Tints of Citron #949D19
RGB
CMYK
RGB Variations
Color information
#949D19 (or 0x949D19) is known color: Citron. HEX triplet: 94, 9D and 19. RGB value is (148,157,25). Sum of RGB (Red+Green+Blue) = 148+157+25=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #949D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949D19 is #6B62E6. Grayscale: #8B8B8B. Windows color (decimal): -7037671 or 1678740. OLE color: 1678740.
HSL color Cylindrical-coordinate representation of color #949D19: hue angle of 64.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #949D19 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 157 | 25 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.38 |
| HSL | 64.09º | 0.73% | 0.36% | - |
| HSV(B) | 64.09º | 0.84% | 0.62% | - |
| XYZ | 24.45 | 30.48 | 5.51 | - |
| YUV | 139.26 | 63.52 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 25 | 0.06 | 0 | 0.84 | 0.38 | 64.09 | 0.73 | 0.36 |
| Hex | 94 | 9D | 19 | 6 | 0 | 54 | 26 | 40 | 49 | 24 |
| Octal | 224 | 235 | 31 | 6 | 0 | 124 | 46 | 100 | 111 | 44 |
| Binary | 10010100 | 10011101 | 11001 | 110 | 0 | 1010100 | 100110 | 1000000 | 1001001 | 100100 |
Color Harmonies of #949D19
Complementary color
Monochromatic Colors of #949D19
Black with #949D19
Text Example
Text Example
White with #949D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949D19; }
p { color: rgb(148,157,25); }
H1.HeaderClassName
{
color: #949D19;
}
.AnyTagClassName
{
color: #949D19;
}
</style>
background-color css
<style>
a { background-color: #949D19; }
a { background-color: rgb(148,157,25); }
div.DivClassName
{
background-color: #949D19;
}
.BgClassName
{
background-color: #949D19;
}
</style>
border-color css
<style>
span { border-color: #949D19; }
span { border-color: rgb(148,157,25); }
td.TdClassName
{
border-color: #949D19;
}
.TagClassName
{
border-color: #949D19;
}
</style>