Shades of Citron #949D1C
Tints of Citron #949D1C
RGB
CMYK
RGB Variations
Color information
#949D1C (or 0x949D1C) is known color: Citron. HEX triplet: 94, 9D and 1C. RGB value is (148,157,28). Sum of RGB (Red+Green+Blue) = 148+157+28=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #949D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949D1C is #6B62E3. Grayscale: #8C8C8C. Windows color (decimal): -7037668 or 1875348. OLE color: 1875348.
HSL color Cylindrical-coordinate representation of color #949D1C: hue angle of 64.19º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #949D1C is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 157 | 28 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.38 |
| HSL | 64.19º | 0.7% | 0.36% | - |
| HSV(B) | 64.19º | 0.82% | 0.62% | - |
| XYZ | 24.48 | 30.49 | 5.69 | - |
| YUV | 139.6 | 65.02 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 28 | 0.06 | 0 | 0.82 | 0.38 | 64.19 | 0.7 | 0.36 |
| Hex | 94 | 9D | 1C | 6 | 0 | 52 | 26 | 40 | 46 | 24 |
| Octal | 224 | 235 | 34 | 6 | 0 | 122 | 46 | 100 | 106 | 44 |
| Binary | 10010100 | 10011101 | 11100 | 110 | 0 | 1010010 | 100110 | 1000000 | 1000110 | 100100 |
Color Harmonies of #949D1C
Complementary color
Monochromatic Colors of #949D1C
Black with #949D1C
Text Example
Text Example
White with #949D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949D1C; }
p { color: rgb(148,157,28); }
H1.HeaderClassName
{
color: #949D1C;
}
.AnyTagClassName
{
color: #949D1C;
}
</style>
background-color css
<style>
a { background-color: #949D1C; }
a { background-color: rgb(148,157,28); }
div.DivClassName
{
background-color: #949D1C;
}
.BgClassName
{
background-color: #949D1C;
}
</style>
border-color css
<style>
span { border-color: #949D1C; }
span { border-color: rgb(148,157,28); }
td.TdClassName
{
border-color: #949D1C;
}
.TagClassName
{
border-color: #949D1C;
}
</style>