Shades of Citron #949C28
Tints of Citron #949C28
RGB
CMYK
RGB Variations
Color information
#949C28 (or 0x949C28) is known color: Citron. HEX triplet: 94, 9C and 28. RGB value is (148,156,40). Sum of RGB (Red+Green+Blue) = 148+156+40=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #949C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949C28 is #6B63D7. Grayscale: #8C8C8C. Windows color (decimal): -7037912 or 2661524. OLE color: 2661524.
HSL color Cylindrical-coordinate representation of color #949C28: hue angle of 64.14º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #949C28 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 156 | 40 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.39 |
| HSL | 64.14º | 0.59% | 0.38% | - |
| HSV(B) | 64.14º | 0.74% | 0.61% | - |
| XYZ | 24.48 | 30.23 | 6.55 | - |
| YUV | 140.38 | 71.35 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 40 | 0.05 | 0 | 0.74 | 0.39 | 64.14 | 0.59 | 0.38 |
| Hex | 94 | 9C | 28 | 5 | 0 | 4A | 27 | 40 | 3B | 26 |
| Octal | 224 | 234 | 50 | 5 | 0 | 112 | 47 | 100 | 73 | 46 |
| Binary | 10010100 | 10011100 | 101000 | 101 | 0 | 1001010 | 100111 | 1000000 | 111011 | 100110 |
Color Harmonies of #949C28
Complementary color
Monochromatic Colors of #949C28
Black with #949C28
Text Example
Text Example
White with #949C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949C28; }
p { color: rgb(148,156,40); }
H1.HeaderClassName
{
color: #949C28;
}
.AnyTagClassName
{
color: #949C28;
}
</style>
background-color css
<style>
a { background-color: #949C28; }
a { background-color: rgb(148,156,40); }
div.DivClassName
{
background-color: #949C28;
}
.BgClassName
{
background-color: #949C28;
}
</style>
border-color css
<style>
span { border-color: #949C28; }
span { border-color: rgb(148,156,40); }
td.TdClassName
{
border-color: #949C28;
}
.TagClassName
{
border-color: #949C28;
}
</style>