Shades of Citron #919825
Tints of Citron #919825
RGB
CMYK
RGB Variations
Color information
#919825 (or 0x919825) is known color: Citron. HEX triplet: 91, 98 and 25. RGB value is (145,152,37). Sum of RGB (Red+Green+Blue) = 145+152+37=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #919825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919825 is #6E67DA. Grayscale: #898989. Windows color (decimal): -7235547 or 2463889. OLE color: 2463889.
HSL color Cylindrical-coordinate representation of color #919825: hue angle of 63.65º 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 #919825 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 37 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.40 |
| HSL | 63.65º | 0.61% | 0.37% | - |
| HSV(B) | 63.65º | 0.76% | 0.6% | - |
| XYZ | 23.24 | 28.61 | 6.05 | - |
| YUV | 136.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 37 | 0.05 | 0 | 0.76 | 0.40 | 63.65 | 0.61 | 0.37 |
| Hex | 91 | 98 | 25 | 5 | 0 | 4C | 28 | 40 | 3D | 25 |
| Octal | 221 | 230 | 45 | 5 | 0 | 114 | 50 | 100 | 75 | 45 |
| Binary | 10010001 | 10011000 | 100101 | 101 | 0 | 1001100 | 101000 | 1000000 | 111101 | 100101 |
Color Harmonies of #919825
Complementary color
Monochromatic Colors of #919825
Black with #919825
Text Example
Text Example
White with #919825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919825; }
p { color: rgb(145,152,37); }
H1.HeaderClassName
{
color: #919825;
}
.AnyTagClassName
{
color: #919825;
}
</style>
background-color css
<style>
a { background-color: #919825; }
a { background-color: rgb(145,152,37); }
div.DivClassName
{
background-color: #919825;
}
.BgClassName
{
background-color: #919825;
}
</style>
border-color css
<style>
span { border-color: #919825; }
span { border-color: rgb(145,152,37); }
td.TdClassName
{
border-color: #919825;
}
.TagClassName
{
border-color: #919825;
}
</style>