Shades of Citron #949A2E
Tints of Citron #949A2E
RGB
CMYK
RGB Variations
Color information
#949A2E (or 0x949A2E) is known color: Citron. HEX triplet: 94, 9A and 2E. RGB value is (148,154,46). Sum of RGB (Red+Green+Blue) = 148+154+46=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 154 - color contains mainly: green. Hex color #949A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949A2E is #6B65D1. Grayscale: #8C8C8C. Windows color (decimal): -7038418 or 3054228. OLE color: 3054228.
HSL color Cylindrical-coordinate representation of color #949A2E: hue angle of 63.33º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #949A2E is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 154 | 46 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.40 |
| HSL | 63.33º | 0.54% | 0.39% | - |
| HSV(B) | 63.33º | 0.7% | 0.6% | - |
| XYZ | 24.26 | 29.6 | 7.02 | - |
| YUV | 139.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 46 | 0.04 | 0 | 0.70 | 0.40 | 63.33 | 0.54 | 0.39 |
| Hex | 94 | 9A | 2E | 4 | 0 | 46 | 28 | 3F | 36 | 27 |
| Octal | 224 | 232 | 56 | 4 | 0 | 106 | 50 | 77 | 66 | 47 |
| Binary | 10010100 | 10011010 | 101110 | 100 | 0 | 1000110 | 101000 | 111111 | 110110 | 100111 |
Color Harmonies of #949A2E
Complementary color
Monochromatic Colors of #949A2E
Black with #949A2E
Text Example
Text Example
White with #949A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949A2E; }
p { color: rgb(148,154,46); }
H1.HeaderClassName
{
color: #949A2E;
}
.AnyTagClassName
{
color: #949A2E;
}
</style>
background-color css
<style>
a { background-color: #949A2E; }
a { background-color: rgb(148,154,46); }
div.DivClassName
{
background-color: #949A2E;
}
.BgClassName
{
background-color: #949A2E;
}
</style>
border-color css
<style>
span { border-color: #949A2E; }
span { border-color: rgb(148,154,46); }
td.TdClassName
{
border-color: #949A2E;
}
.TagClassName
{
border-color: #949A2E;
}
</style>