Shades of Citron #949D2C
Tints of Citron #949D2C
RGB
CMYK
RGB Variations
Color information
#949D2C (or 0x949D2C) is known color: Citron. HEX triplet: 94, 9D and 2C. RGB value is (148,157,44). Sum of RGB (Red+Green+Blue) = 148+157+44=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #949D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949D2C is #6B62D3. Grayscale: #8D8D8D. Windows color (decimal): -7037652 or 2923924. OLE color: 2923924.
HSL color Cylindrical-coordinate representation of color #949D2C: hue angle of 64.78º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #949D2C is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 157 | 44 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.38 |
| HSL | 64.78º | 0.56% | 0.39% | - |
| HSV(B) | 64.78º | 0.72% | 0.62% | - |
| XYZ | 24.72 | 30.59 | 6.98 | - |
| YUV | 141.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 44 | 0.06 | 0 | 0.72 | 0.38 | 64.78 | 0.56 | 0.39 |
| Hex | 94 | 9D | 2C | 6 | 0 | 48 | 26 | 41 | 38 | 27 |
| Octal | 224 | 235 | 54 | 6 | 0 | 110 | 46 | 101 | 70 | 47 |
| Binary | 10010100 | 10011101 | 101100 | 110 | 0 | 1001000 | 100110 | 1000001 | 111000 | 100111 |
Color Harmonies of #949D2C
Complementary color
Monochromatic Colors of #949D2C
Black with #949D2C
Text Example
Text Example
White with #949D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949D2C; }
p { color: rgb(148,157,44); }
H1.HeaderClassName
{
color: #949D2C;
}
.AnyTagClassName
{
color: #949D2C;
}
</style>
background-color css
<style>
a { background-color: #949D2C; }
a { background-color: rgb(148,157,44); }
div.DivClassName
{
background-color: #949D2C;
}
.BgClassName
{
background-color: #949D2C;
}
</style>
border-color css
<style>
span { border-color: #949D2C; }
span { border-color: rgb(148,157,44); }
td.TdClassName
{
border-color: #949D2C;
}
.TagClassName
{
border-color: #949D2C;
}
</style>