Shades of Citron #949C25
Tints of Citron #949C25
RGB
CMYK
RGB Variations
Color information
#949C25 (or 0x949C25) is known color: Citron. HEX triplet: 94, 9C and 25. RGB value is (148,156,37). Sum of RGB (Red+Green+Blue) = 148+156+37=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #949C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949C25 is #6B63DA. Grayscale: #8C8C8C. Windows color (decimal): -7037915 or 2464916. OLE color: 2464916.
HSL color Cylindrical-coordinate representation of color #949C25: hue angle of 64.03º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #949C25 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 156 | 37 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.39 |
| HSL | 64.03º | 0.62% | 0.38% | - |
| HSV(B) | 64.03º | 0.76% | 0.61% | - |
| XYZ | 24.44 | 30.21 | 6.29 | - |
| YUV | 140.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 37 | 0.05 | 0 | 0.76 | 0.39 | 64.03 | 0.62 | 0.38 |
| Hex | 94 | 9C | 25 | 5 | 0 | 4C | 27 | 40 | 3E | 26 |
| Octal | 224 | 234 | 45 | 5 | 0 | 114 | 47 | 100 | 76 | 46 |
| Binary | 10010100 | 10011100 | 100101 | 101 | 0 | 1001100 | 100111 | 1000000 | 111110 | 100110 |
Color Harmonies of #949C25
Complementary color
Monochromatic Colors of #949C25
Black with #949C25
Text Example
Text Example
White with #949C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949C25; }
p { color: rgb(148,156,37); }
H1.HeaderClassName
{
color: #949C25;
}
.AnyTagClassName
{
color: #949C25;
}
</style>
background-color css
<style>
a { background-color: #949C25; }
a { background-color: rgb(148,156,37); }
div.DivClassName
{
background-color: #949C25;
}
.BgClassName
{
background-color: #949C25;
}
</style>
border-color css
<style>
span { border-color: #949C25; }
span { border-color: rgb(148,156,37); }
td.TdClassName
{
border-color: #949C25;
}
.TagClassName
{
border-color: #949C25;
}
</style>