Shades of Citron #949932
Tints of Citron #949932
RGB
CMYK
RGB Variations
Color information
#949932 (or 0x949932) is known color: Citron. HEX triplet: 94, 99 and 32. RGB value is (148,153,50). Sum of RGB (Red+Green+Blue) = 148+153+50=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #949932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949932 is #6B66CD. Grayscale: #8C8C8C. Windows color (decimal): -7038670 or 3316116. OLE color: 3316116.
HSL color Cylindrical-coordinate representation of color #949932: hue angle of 62.91º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #949932 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 50 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.4 |
| HSL | 62.91º | 0.51% | 0.4% | - |
| HSV(B) | 62.91º | 0.67% | 0.6% | - |
| XYZ | 24.18 | 29.31 | 7.4 | - |
| YUV | 139.76 | 77.34 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 50 | 0.03 | 0 | 0.67 | 0.4 | 62.91 | 0.51 | 0.4 |
| Hex | 94 | 99 | 32 | 3 | 0 | 43 | 28 | 3F | 33 | 28 |
| Octal | 224 | 231 | 62 | 3 | 0 | 103 | 50 | 77 | 63 | 50 |
| Binary | 10010100 | 10011001 | 110010 | 11 | 0 | 1000011 | 101000 | 111111 | 110011 | 101000 |
Color Harmonies of #949932
Complementary color
Monochromatic Colors of #949932
Black with #949932
Text Example
Text Example
White with #949932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949932; }
p { color: rgb(148,153,50); }
H1.HeaderClassName
{
color: #949932;
}
.AnyTagClassName
{
color: #949932;
}
</style>
background-color css
<style>
a { background-color: #949932; }
a { background-color: rgb(148,153,50); }
div.DivClassName
{
background-color: #949932;
}
.BgClassName
{
background-color: #949932;
}
</style>
border-color css
<style>
span { border-color: #949932; }
span { border-color: rgb(148,153,50); }
td.TdClassName
{
border-color: #949932;
}
.TagClassName
{
border-color: #949932;
}
</style>