Shades of Citron #949128
Tints of Citron #949128
RGB
CMYK
RGB Variations
Color information
#949128 (or 0x949128) is known color: Citron. HEX triplet: 94, 91 and 28. RGB value is (148,145,40). Sum of RGB (Red+Green+Blue) = 148+145+40=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #949128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949128 is #6B6ED7. Grayscale: #868686. Windows color (decimal): -7040728 or 2658708. OLE color: 2658708.
HSL color Cylindrical-coordinate representation of color #949128: hue angle of 58.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #949128 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 40 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.42 |
| HSL | 58.33º | 0.57% | 0.37% | - |
| HSV(B) | 58.33º | 0.73% | 0.58% | - |
| XYZ | 22.72 | 26.7 | 5.96 | - |
| YUV | 133.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 40 | 0 | 0.02 | 0.73 | 0.42 | 58.33 | 0.57 | 0.37 |
| Hex | 94 | 91 | 28 | 0 | 2 | 49 | 2A | 3A | 39 | 25 |
| Octal | 224 | 221 | 50 | 0 | 2 | 111 | 52 | 72 | 71 | 45 |
| Binary | 10010100 | 10010001 | 101000 | 0 | 10 | 1001001 | 101010 | 111010 | 111001 | 100101 |
Color Harmonies of #949128
Complementary color
Monochromatic Colors of #949128
Black with #949128
Text Example
Text Example
White with #949128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949128; }
p { color: rgb(148,145,40); }
H1.HeaderClassName
{
color: #949128;
}
.AnyTagClassName
{
color: #949128;
}
</style>
background-color css
<style>
a { background-color: #949128; }
a { background-color: rgb(148,145,40); }
div.DivClassName
{
background-color: #949128;
}
.BgClassName
{
background-color: #949128;
}
</style>
border-color css
<style>
span { border-color: #949128; }
span { border-color: rgb(148,145,40); }
td.TdClassName
{
border-color: #949128;
}
.TagClassName
{
border-color: #949128;
}
</style>