Shades of Citron #949225
Tints of Citron #949225
RGB
CMYK
RGB Variations
Color information
#949225 (or 0x949225) is known color: Citron. HEX triplet: 94, 92 and 25. RGB value is (148,146,37). Sum of RGB (Red+Green+Blue) = 148+146+37=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #949225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949225 is #6B6DDA. Grayscale: #868686. Windows color (decimal): -7040475 or 2462356. OLE color: 2462356.
HSL color Cylindrical-coordinate representation of color #949225: hue angle of 58.92º 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 #949225 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 37 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.42 |
| HSL | 58.92º | 0.6% | 0.36% | - |
| HSV(B) | 58.92º | 0.75% | 0.58% | - |
| XYZ | 22.83 | 26.99 | 5.76 | - |
| YUV | 134.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 37 | 0 | 0.01 | 0.75 | 0.42 | 58.92 | 0.6 | 0.36 |
| Hex | 94 | 92 | 25 | 0 | 1 | 4B | 2A | 3B | 3C | 24 |
| Octal | 224 | 222 | 45 | 0 | 1 | 113 | 52 | 73 | 74 | 44 |
| Binary | 10010100 | 10010010 | 100101 | 0 | 1 | 1001011 | 101010 | 111011 | 111100 | 100100 |
Color Harmonies of #949225
Complementary color
Monochromatic Colors of #949225
Black with #949225
Text Example
Text Example
White with #949225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949225; }
p { color: rgb(148,146,37); }
H1.HeaderClassName
{
color: #949225;
}
.AnyTagClassName
{
color: #949225;
}
</style>
background-color css
<style>
a { background-color: #949225; }
a { background-color: rgb(148,146,37); }
div.DivClassName
{
background-color: #949225;
}
.BgClassName
{
background-color: #949225;
}
</style>
border-color css
<style>
span { border-color: #949225; }
span { border-color: rgb(148,146,37); }
td.TdClassName
{
border-color: #949225;
}
.TagClassName
{
border-color: #949225;
}
</style>