Shades of Citron #949725
Tints of Citron #949725
RGB
CMYK
RGB Variations
Color information
#949725 (or 0x949725) is known color: Citron. HEX triplet: 94, 97 and 25. RGB value is (148,151,37). Sum of RGB (Red+Green+Blue) = 148+151+37=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #949725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949725 is #6B68DA. Grayscale: #898989. Windows color (decimal): -7039195 or 2463636. OLE color: 2463636.
HSL color Cylindrical-coordinate representation of color #949725: hue angle of 61.58º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #949725 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 151 | 37 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.41 |
| HSL | 61.58º | 0.61% | 0.37% | - |
| HSV(B) | 61.58º | 0.75% | 0.59% | - |
| XYZ | 23.61 | 28.56 | 6.02 | - |
| YUV | 137.11 | 71.51 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 37 | 0.02 | 0 | 0.75 | 0.41 | 61.58 | 0.61 | 0.37 |
| Hex | 94 | 97 | 25 | 2 | 0 | 4B | 29 | 3E | 3D | 25 |
| Octal | 224 | 227 | 45 | 2 | 0 | 113 | 51 | 76 | 75 | 45 |
| Binary | 10010100 | 10010111 | 100101 | 10 | 0 | 1001011 | 101001 | 111110 | 111101 | 100101 |
Color Harmonies of #949725
Complementary color
Monochromatic Colors of #949725
Black with #949725
Text Example
Text Example
White with #949725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949725; }
p { color: rgb(148,151,37); }
H1.HeaderClassName
{
color: #949725;
}
.AnyTagClassName
{
color: #949725;
}
</style>
background-color css
<style>
a { background-color: #949725; }
a { background-color: rgb(148,151,37); }
div.DivClassName
{
background-color: #949725;
}
.BgClassName
{
background-color: #949725;
}
</style>
border-color css
<style>
span { border-color: #949725; }
span { border-color: rgb(148,151,37); }
td.TdClassName
{
border-color: #949725;
}
.TagClassName
{
border-color: #949725;
}
</style>