Shades of Citron #949223
Tints of Citron #949223
RGB
CMYK
RGB Variations
Color information
#949223 (or 0x949223) is known color: Citron. HEX triplet: 94, 92 and 23. RGB value is (148,146,35). Sum of RGB (Red+Green+Blue) = 148+146+35=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #949223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949223 is #6B6DDC. Grayscale: #868686. Windows color (decimal): -7040477 or 2331284. OLE color: 2331284.
HSL color Cylindrical-coordinate representation of color #949223: hue angle of 58.94º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #949223 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 35 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.42 |
| HSL | 58.94º | 0.62% | 0.36% | - |
| HSV(B) | 58.94º | 0.76% | 0.58% | - |
| XYZ | 22.8 | 26.98 | 5.6 | - |
| YUV | 133.94 | 72.16 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 35 | 0 | 0.01 | 0.76 | 0.42 | 58.94 | 0.62 | 0.36 |
| Hex | 94 | 92 | 23 | 0 | 1 | 4C | 2A | 3B | 3E | 24 |
| Octal | 224 | 222 | 43 | 0 | 1 | 114 | 52 | 73 | 76 | 44 |
| Binary | 10010100 | 10010010 | 100011 | 0 | 1 | 1001100 | 101010 | 111011 | 111110 | 100100 |
Color Harmonies of #949223
Complementary color
Monochromatic Colors of #949223
Black with #949223
Text Example
Text Example
White with #949223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949223; }
p { color: rgb(148,146,35); }
H1.HeaderClassName
{
color: #949223;
}
.AnyTagClassName
{
color: #949223;
}
</style>
background-color css
<style>
a { background-color: #949223; }
a { background-color: rgb(148,146,35); }
div.DivClassName
{
background-color: #949223;
}
.BgClassName
{
background-color: #949223;
}
</style>
border-color css
<style>
span { border-color: #949223; }
span { border-color: rgb(148,146,35); }
td.TdClassName
{
border-color: #949223;
}
.TagClassName
{
border-color: #949223;
}
</style>