Shades of Citron #949024
Tints of Citron #949024
RGB
CMYK
RGB Variations
Color information
#949024 (or 0x949024) is known color: Citron. HEX triplet: 94, 90 and 24. RGB value is (148,144,36). Sum of RGB (Red+Green+Blue) = 148+144+36=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #949024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949024 is #6B6FDB. Grayscale: #858585. Windows color (decimal): -7040988 or 2396308. OLE color: 2396308.
HSL color Cylindrical-coordinate representation of color #949024: hue angle of 57.86º degrees, saturation: 0.61, 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 #949024 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 36 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.42 |
| HSL | 57.86º | 0.61% | 0.36% | - |
| HSV(B) | 57.86º | 0.76% | 0.58% | - |
| XYZ | 22.5 | 26.37 | 5.57 | - |
| YUV | 132.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 36 | 0 | 0.03 | 0.76 | 0.42 | 57.86 | 0.61 | 0.36 |
| Hex | 94 | 90 | 24 | 0 | 3 | 4C | 2A | 3A | 3D | 24 |
| Octal | 224 | 220 | 44 | 0 | 3 | 114 | 52 | 72 | 75 | 44 |
| Binary | 10010100 | 10010000 | 100100 | 0 | 11 | 1001100 | 101010 | 111010 | 111101 | 100100 |
Color Harmonies of #949024
Complementary color
Monochromatic Colors of #949024
Black with #949024
Text Example
Text Example
White with #949024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949024; }
p { color: rgb(148,144,36); }
H1.HeaderClassName
{
color: #949024;
}
.AnyTagClassName
{
color: #949024;
}
</style>
background-color css
<style>
a { background-color: #949024; }
a { background-color: rgb(148,144,36); }
div.DivClassName
{
background-color: #949024;
}
.BgClassName
{
background-color: #949024;
}
</style>
border-color css
<style>
span { border-color: #949024; }
span { border-color: rgb(148,144,36); }
td.TdClassName
{
border-color: #949024;
}
.TagClassName
{
border-color: #949024;
}
</style>