Shades of Citron #949721
Tints of Citron #949721
RGB
CMYK
RGB Variations
Color information
#949721 (or 0x949721) is known color: Citron. HEX triplet: 94, 97 and 21. RGB value is (148,151,33). Sum of RGB (Red+Green+Blue) = 148+151+33=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #949721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949721 is #6B68DE. Grayscale: #898989. Windows color (decimal): -7039199 or 2201492. OLE color: 2201492.
HSL color Cylindrical-coordinate representation of color #949721: hue angle of 61.53º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #949721 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 151 | 33 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.41 |
| HSL | 61.53º | 0.64% | 0.36% | - |
| HSV(B) | 61.53º | 0.78% | 0.59% | - |
| XYZ | 23.55 | 28.54 | 5.71 | - |
| YUV | 136.65 | 69.51 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 33 | 0.02 | 0 | 0.78 | 0.41 | 61.53 | 0.64 | 0.36 |
| Hex | 94 | 97 | 21 | 2 | 0 | 4E | 29 | 3E | 40 | 24 |
| Octal | 224 | 227 | 41 | 2 | 0 | 116 | 51 | 76 | 100 | 44 |
| Binary | 10010100 | 10010111 | 100001 | 10 | 0 | 1001110 | 101001 | 111110 | 1000000 | 100100 |
Color Harmonies of #949721
Complementary color
Monochromatic Colors of #949721
Black with #949721
Text Example
Text Example
White with #949721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949721; }
p { color: rgb(148,151,33); }
H1.HeaderClassName
{
color: #949721;
}
.AnyTagClassName
{
color: #949721;
}
</style>
background-color css
<style>
a { background-color: #949721; }
a { background-color: rgb(148,151,33); }
div.DivClassName
{
background-color: #949721;
}
.BgClassName
{
background-color: #949721;
}
</style>
border-color css
<style>
span { border-color: #949721; }
span { border-color: rgb(148,151,33); }
td.TdClassName
{
border-color: #949721;
}
.TagClassName
{
border-color: #949721;
}
</style>