Shades of Citron #949119
Tints of Citron #949119
RGB
CMYK
RGB Variations
Color information
#949119 (or 0x949119) is known color: Citron. HEX triplet: 94, 91 and 19. RGB value is (148,145,25). Sum of RGB (Red+Green+Blue) = 148+145+25=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #949119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949119 is #6B6EE6. Grayscale: #848484. Windows color (decimal): -7040743 or 1675668. OLE color: 1675668.
HSL color Cylindrical-coordinate representation of color #949119: hue angle of 58.54º 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 #949119 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 25 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.42 |
| HSL | 58.54º | 0.71% | 0.34% | - |
| HSV(B) | 58.54º | 0.83% | 0.58% | - |
| XYZ | 22.51 | 26.62 | 4.87 | - |
| YUV | 132.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 25 | 0 | 0.02 | 0.83 | 0.42 | 58.54 | 0.71 | 0.34 |
| Hex | 94 | 91 | 19 | 0 | 2 | 53 | 2A | 3B | 47 | 22 |
| Octal | 224 | 221 | 31 | 0 | 2 | 123 | 52 | 73 | 107 | 42 |
| Binary | 10010100 | 10010001 | 11001 | 0 | 10 | 1010011 | 101010 | 111011 | 1000111 | 100010 |
Color Harmonies of #949119
Complementary color
Monochromatic Colors of #949119
Black with #949119
Text Example
Text Example
White with #949119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949119; }
p { color: rgb(148,145,25); }
H1.HeaderClassName
{
color: #949119;
}
.AnyTagClassName
{
color: #949119;
}
</style>
background-color css
<style>
a { background-color: #949119; }
a { background-color: rgb(148,145,25); }
div.DivClassName
{
background-color: #949119;
}
.BgClassName
{
background-color: #949119;
}
</style>
border-color css
<style>
span { border-color: #949119; }
span { border-color: rgb(148,145,25); }
td.TdClassName
{
border-color: #949119;
}
.TagClassName
{
border-color: #949119;
}
</style>