Shades of Citron #949521
Tints of Citron #949521
RGB
CMYK
RGB Variations
Color information
#949521 (or 0x949521) is known color: Citron. HEX triplet: 94, 95 and 21. RGB value is (148,149,33). Sum of RGB (Red+Green+Blue) = 148+149+33=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #949521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949521 is #6B6ADE. Grayscale: #878787. Windows color (decimal): -7039711 or 2200980. OLE color: 2200980.
HSL color Cylindrical-coordinate representation of color #949521: hue angle of 60.52º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #949521 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 149 | 33 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.42 |
| HSL | 60.52º | 0.64% | 0.36% | - |
| HSV(B) | 60.52º | 0.78% | 0.58% | - |
| XYZ | 23.23 | 27.9 | 5.6 | - |
| YUV | 135.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 33 | 0.01 | 0 | 0.78 | 0.42 | 60.52 | 0.64 | 0.36 |
| Hex | 94 | 95 | 21 | 1 | 0 | 4E | 2A | 3D | 40 | 24 |
| Octal | 224 | 225 | 41 | 1 | 0 | 116 | 52 | 75 | 100 | 44 |
| Binary | 10010100 | 10010101 | 100001 | 1 | 0 | 1001110 | 101010 | 111101 | 1000000 | 100100 |
Color Harmonies of #949521
Complementary color
Monochromatic Colors of #949521
Black with #949521
Text Example
Text Example
White with #949521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949521; }
p { color: rgb(148,149,33); }
H1.HeaderClassName
{
color: #949521;
}
.AnyTagClassName
{
color: #949521;
}
</style>
background-color css
<style>
a { background-color: #949521; }
a { background-color: rgb(148,149,33); }
div.DivClassName
{
background-color: #949521;
}
.BgClassName
{
background-color: #949521;
}
</style>
border-color css
<style>
span { border-color: #949521; }
span { border-color: rgb(148,149,33); }
td.TdClassName
{
border-color: #949521;
}
.TagClassName
{
border-color: #949521;
}
</style>