Shades of Citron #949322
Tints of Citron #949322
RGB
CMYK
RGB Variations
Color information
#949322 (or 0x949322) is known color: Citron. HEX triplet: 94, 93 and 22. RGB value is (148,147,34). Sum of RGB (Red+Green+Blue) = 148+147+34=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #949322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949322 is #6B6CDD. Grayscale: #868686. Windows color (decimal): -7040222 or 2266004. OLE color: 2266004.
HSL color Cylindrical-coordinate representation of color #949322: hue angle of 59.47º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #949322 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 34 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.42 |
| HSL | 59.47º | 0.63% | 0.36% | - |
| HSV(B) | 59.47º | 0.77% | 0.58% | - |
| XYZ | 22.94 | 27.28 | 5.57 | - |
| YUV | 134.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 34 | 0 | 0.01 | 0.77 | 0.42 | 59.47 | 0.63 | 0.36 |
| Hex | 94 | 93 | 22 | 0 | 1 | 4D | 2A | 3B | 3F | 24 |
| Octal | 224 | 223 | 42 | 0 | 1 | 115 | 52 | 73 | 77 | 44 |
| Binary | 10010100 | 10010011 | 100010 | 0 | 1 | 1001101 | 101010 | 111011 | 111111 | 100100 |
Color Harmonies of #949322
Complementary color
Monochromatic Colors of #949322
Black with #949322
Text Example
Text Example
White with #949322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949322; }
p { color: rgb(148,147,34); }
H1.HeaderClassName
{
color: #949322;
}
.AnyTagClassName
{
color: #949322;
}
</style>
background-color css
<style>
a { background-color: #949322; }
a { background-color: rgb(148,147,34); }
div.DivClassName
{
background-color: #949322;
}
.BgClassName
{
background-color: #949322;
}
</style>
border-color css
<style>
span { border-color: #949322; }
span { border-color: rgb(148,147,34); }
td.TdClassName
{
border-color: #949322;
}
.TagClassName
{
border-color: #949322;
}
</style>