Shades of Citron #949125
Tints of Citron #949125
RGB
CMYK
RGB Variations
Color information
#949125 (or 0x949125) is known color: Citron. HEX triplet: 94, 91 and 25. RGB value is (148,145,37). Sum of RGB (Red+Green+Blue) = 148+145+37=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #949125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949125 is #6B6EDA. Grayscale: #868686. Windows color (decimal): -7040731 or 2462100. OLE color: 2462100.
HSL color Cylindrical-coordinate representation of color #949125: hue angle of 58.38º 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 #949125 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 37 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.42 |
| HSL | 58.38º | 0.6% | 0.36% | - |
| HSV(B) | 58.38º | 0.75% | 0.58% | - |
| XYZ | 22.67 | 26.68 | 5.71 | - |
| YUV | 133.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 37 | 0 | 0.02 | 0.75 | 0.42 | 58.38 | 0.6 | 0.36 |
| Hex | 94 | 91 | 25 | 0 | 2 | 4B | 2A | 3A | 3C | 24 |
| Octal | 224 | 221 | 45 | 0 | 2 | 113 | 52 | 72 | 74 | 44 |
| Binary | 10010100 | 10010001 | 100101 | 0 | 10 | 1001011 | 101010 | 111010 | 111100 | 100100 |
Color Harmonies of #949125
Complementary color
Monochromatic Colors of #949125
Black with #949125
Text Example
Text Example
White with #949125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949125; }
p { color: rgb(148,145,37); }
H1.HeaderClassName
{
color: #949125;
}
.AnyTagClassName
{
color: #949125;
}
</style>
background-color css
<style>
a { background-color: #949125; }
a { background-color: rgb(148,145,37); }
div.DivClassName
{
background-color: #949125;
}
.BgClassName
{
background-color: #949125;
}
</style>
border-color css
<style>
span { border-color: #949125; }
span { border-color: rgb(148,145,37); }
td.TdClassName
{
border-color: #949125;
}
.TagClassName
{
border-color: #949125;
}
</style>