Shades of Citron #949F2D
Tints of Citron #949F2D
RGB
CMYK
RGB Variations
Color information
#949F2D (or 0x949F2D) is known color: Citron. HEX triplet: 94, 9F and 2D. RGB value is (148,159,45). Sum of RGB (Red+Green+Blue) = 148+159+45=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #949F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949F2D is #6B60D2. Grayscale: #8F8F8F. Windows color (decimal): -7037139 or 2989972. OLE color: 2989972.
HSL color Cylindrical-coordinate representation of color #949F2D: hue angle of 65.79º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #949F2D is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 45 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.38 |
| HSL | 65.79º | 0.56% | 0.4% | - |
| HSV(B) | 65.79º | 0.72% | 0.62% | - |
| XYZ | 25.08 | 31.28 | 7.2 | - |
| YUV | 142.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 45 | 0.07 | 0 | 0.72 | 0.38 | 65.79 | 0.56 | 0.4 |
| Hex | 94 | 9F | 2D | 7 | 0 | 48 | 26 | 42 | 38 | 28 |
| Octal | 224 | 237 | 55 | 7 | 0 | 110 | 46 | 102 | 70 | 50 |
| Binary | 10010100 | 10011111 | 101101 | 111 | 0 | 1001000 | 100110 | 1000010 | 111000 | 101000 |
Color Harmonies of #949F2D
Complementary color
Monochromatic Colors of #949F2D
Black with #949F2D
Text Example
Text Example
White with #949F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F2D; }
p { color: rgb(148,159,45); }
H1.HeaderClassName
{
color: #949F2D;
}
.AnyTagClassName
{
color: #949F2D;
}
</style>
background-color css
<style>
a { background-color: #949F2D; }
a { background-color: rgb(148,159,45); }
div.DivClassName
{
background-color: #949F2D;
}
.BgClassName
{
background-color: #949F2D;
}
</style>
border-color css
<style>
span { border-color: #949F2D; }
span { border-color: rgb(148,159,45); }
td.TdClassName
{
border-color: #949F2D;
}
.TagClassName
{
border-color: #949F2D;
}
</style>