Shades of Citron #949012
Tints of Citron #949012
RGB
CMYK
RGB Variations
Color information
#949012 (or 0x949012) is known color: Citron. HEX triplet: 94, 90 and 12. RGB value is (148,144,18). Sum of RGB (Red+Green+Blue) = 148+144+18=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #949012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949012 is #6B6FED. Grayscale: #838383. Windows color (decimal): -7041006 or 1216660. OLE color: 1216660.
HSL color Cylindrical-coordinate representation of color #949012: hue angle of 58.15º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #949012 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 18 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.42 |
| HSL | 58.15º | 0.78% | 0.33% | - |
| HSV(B) | 58.15º | 0.88% | 0.58% | - |
| XYZ | 22.3 | 26.29 | 4.47 | - |
| YUV | 130.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 18 | 0 | 0.03 | 0.88 | 0.42 | 58.15 | 0.78 | 0.33 |
| Hex | 94 | 90 | 12 | 0 | 3 | 58 | 2A | 3A | 4E | 21 |
| Octal | 224 | 220 | 22 | 0 | 3 | 130 | 52 | 72 | 116 | 41 |
| Binary | 10010100 | 10010000 | 10010 | 0 | 11 | 1011000 | 101010 | 111010 | 1001110 | 100001 |
Color Harmonies of #949012
Complementary color
Monochromatic Colors of #949012
Black with #949012
Text Example
Text Example
White with #949012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949012; }
p { color: rgb(148,144,18); }
H1.HeaderClassName
{
color: #949012;
}
.AnyTagClassName
{
color: #949012;
}
</style>
background-color css
<style>
a { background-color: #949012; }
a { background-color: rgb(148,144,18); }
div.DivClassName
{
background-color: #949012;
}
.BgClassName
{
background-color: #949012;
}
</style>
border-color css
<style>
span { border-color: #949012; }
span { border-color: rgb(148,144,18); }
td.TdClassName
{
border-color: #949012;
}
.TagClassName
{
border-color: #949012;
}
</style>