Shades of Citron #949321
Tints of Citron #949321
RGB
CMYK
RGB Variations
Color information
#949321 (or 0x949321) is known color: Citron. HEX triplet: 94, 93 and 21. RGB value is (148,147,33). Sum of RGB (Red+Green+Blue) = 148+147+33=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #949321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949321 is #6B6CDE. Grayscale: #868686. Windows color (decimal): -7040223 or 2200468. OLE color: 2200468.
HSL color Cylindrical-coordinate representation of color #949321: hue angle of 59.48º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #949321 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 33 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.42 |
| HSL | 59.48º | 0.64% | 0.35% | - |
| HSV(B) | 59.48º | 0.78% | 0.58% | - |
| XYZ | 22.92 | 27.27 | 5.5 | - |
| YUV | 134.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 33 | 0 | 0.01 | 0.78 | 0.42 | 59.48 | 0.64 | 0.35 |
| Hex | 94 | 93 | 21 | 0 | 1 | 4E | 2A | 3B | 40 | 23 |
| Octal | 224 | 223 | 41 | 0 | 1 | 116 | 52 | 73 | 100 | 43 |
| Binary | 10010100 | 10010011 | 100001 | 0 | 1 | 1001110 | 101010 | 111011 | 1000000 | 100011 |
Color Harmonies of #949321
Complementary color
Monochromatic Colors of #949321
Black with #949321
Text Example
Text Example
White with #949321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949321; }
p { color: rgb(148,147,33); }
H1.HeaderClassName
{
color: #949321;
}
.AnyTagClassName
{
color: #949321;
}
</style>
background-color css
<style>
a { background-color: #949321; }
a { background-color: rgb(148,147,33); }
div.DivClassName
{
background-color: #949321;
}
.BgClassName
{
background-color: #949321;
}
</style>
border-color css
<style>
span { border-color: #949321; }
span { border-color: rgb(148,147,33); }
td.TdClassName
{
border-color: #949321;
}
.TagClassName
{
border-color: #949321;
}
</style>