Shades of Citron #949825
Tints of Citron #949825
RGB
CMYK
RGB Variations
Color information
#949825 (or 0x949825) is known color: Citron. HEX triplet: 94, 98 and 25. RGB value is (148,152,37). Sum of RGB (Red+Green+Blue) = 148+152+37=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #949825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949825 is #6B67DA. Grayscale: #8A8A8A. Windows color (decimal): -7038939 or 2463892. OLE color: 2463892.
HSL color Cylindrical-coordinate representation of color #949825: hue angle of 62.09º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #949825 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 152 | 37 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.40 |
| HSL | 62.09º | 0.61% | 0.37% | - |
| HSV(B) | 62.09º | 0.76% | 0.6% | - |
| XYZ | 23.77 | 28.89 | 6.07 | - |
| YUV | 137.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 37 | 0.03 | 0 | 0.76 | 0.40 | 62.09 | 0.61 | 0.37 |
| Hex | 94 | 98 | 25 | 3 | 0 | 4C | 28 | 3E | 3D | 25 |
| Octal | 224 | 230 | 45 | 3 | 0 | 114 | 50 | 76 | 75 | 45 |
| Binary | 10010100 | 10011000 | 100101 | 11 | 0 | 1001100 | 101000 | 111110 | 111101 | 100101 |
Color Harmonies of #949825
Complementary color
Monochromatic Colors of #949825
Black with #949825
Text Example
Text Example
White with #949825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949825; }
p { color: rgb(148,152,37); }
H1.HeaderClassName
{
color: #949825;
}
.AnyTagClassName
{
color: #949825;
}
</style>
background-color css
<style>
a { background-color: #949825; }
a { background-color: rgb(148,152,37); }
div.DivClassName
{
background-color: #949825;
}
.BgClassName
{
background-color: #949825;
}
</style>
border-color css
<style>
span { border-color: #949825; }
span { border-color: rgb(148,152,37); }
td.TdClassName
{
border-color: #949825;
}
.TagClassName
{
border-color: #949825;
}
</style>