Shades of Citron #949425
Tints of Citron #949425
RGB
CMYK
RGB Variations
Color information
#949425 (or 0x949425) is known color: Citron. HEX triplet: 94, 94 and 25. RGB value is (148,148,37). Sum of RGB (Red+Green+Blue) = 148+148+37=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949425 is #6B6BDA. Grayscale: #878787. Windows color (decimal): -7039963 or 2462868. OLE color: 2462868.
HSL color Cylindrical-coordinate representation of color #949425: hue angle of 60º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #949425 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 148 | 37 | - |
| CMYK | 0 | 0 | 0.75 | 0.42 |
| HSL | 60º | 0.6% | 0.36% | - |
| HSV(B) | 60º | 0.75% | 0.58% | - |
| XYZ | 23.14 | 27.61 | 5.86 | - |
| YUV | 135.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 148 | 37 | 0 | 0 | 0.75 | 0.42 | 60 | 0.6 | 0.36 |
| Hex | 94 | 94 | 25 | 0 | 0 | 4B | 2A | 3C | 3C | 24 |
| Octal | 224 | 224 | 45 | 0 | 0 | 113 | 52 | 74 | 74 | 44 |
| Binary | 10010100 | 10010100 | 100101 | 0 | 0 | 1001011 | 101010 | 111100 | 111100 | 100100 |
Color Harmonies of #949425
Complementary color
Monochromatic Colors of #949425
Black with #949425
Text Example
Text Example
White with #949425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949425; }
p { color: rgb(148,148,37); }
H1.HeaderClassName
{
color: #949425;
}
.AnyTagClassName
{
color: #949425;
}
</style>
background-color css
<style>
a { background-color: #949425; }
a { background-color: rgb(148,148,37); }
div.DivClassName
{
background-color: #949425;
}
.BgClassName
{
background-color: #949425;
}
</style>
border-color css
<style>
span { border-color: #949425; }
span { border-color: rgb(148,148,37); }
td.TdClassName
{
border-color: #949425;
}
.TagClassName
{
border-color: #949425;
}
</style>