Shades of Citron #949019
Tints of Citron #949019
RGB
CMYK
RGB Variations
Color information
#949019 (or 0x949019) is known color: Citron. HEX triplet: 94, 90 and 19. RGB value is (148,144,25). Sum of RGB (Red+Green+Blue) = 148+144+25=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #949019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949019 is #6B6FE6. Grayscale: #848484. Windows color (decimal): -7040999 or 1675412. OLE color: 1675412.
HSL color Cylindrical-coordinate representation of color #949019: hue angle of 58.05º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #949019 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 25 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.42 |
| HSL | 58.05º | 0.71% | 0.34% | - |
| HSV(B) | 58.05º | 0.83% | 0.58% | - |
| XYZ | 22.36 | 26.31 | 4.82 | - |
| YUV | 131.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 25 | 0 | 0.03 | 0.83 | 0.42 | 58.05 | 0.71 | 0.34 |
| Hex | 94 | 90 | 19 | 0 | 3 | 53 | 2A | 3A | 47 | 22 |
| Octal | 224 | 220 | 31 | 0 | 3 | 123 | 52 | 72 | 107 | 42 |
| Binary | 10010100 | 10010000 | 11001 | 0 | 11 | 1010011 | 101010 | 111010 | 1000111 | 100010 |
Color Harmonies of #949019
Complementary color
Monochromatic Colors of #949019
Black with #949019
Text Example
Text Example
White with #949019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949019; }
p { color: rgb(148,144,25); }
H1.HeaderClassName
{
color: #949019;
}
.AnyTagClassName
{
color: #949019;
}
</style>
background-color css
<style>
a { background-color: #949019; }
a { background-color: rgb(148,144,25); }
div.DivClassName
{
background-color: #949019;
}
.BgClassName
{
background-color: #949019;
}
</style>
border-color css
<style>
span { border-color: #949019; }
span { border-color: rgb(148,144,25); }
td.TdClassName
{
border-color: #949019;
}
.TagClassName
{
border-color: #949019;
}
</style>