Shades of Citron #949B15
Tints of Citron #949B15
RGB
CMYK
RGB Variations
Color information
#949B15 (or 0x949B15) is known color: Citron. HEX triplet: 94, 9B and 15. RGB value is (148,155,21). Sum of RGB (Red+Green+Blue) = 148+155+21=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #949B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949B15 is #6B64EA. Grayscale: #8A8A8A. Windows color (decimal): -7038187 or 1416084. OLE color: 1416084.
HSL color Cylindrical-coordinate representation of color #949B15: hue angle of 63.13º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #949B15 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 21 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.39 |
| HSL | 63.13º | 0.76% | 0.35% | - |
| HSV(B) | 63.13º | 0.86% | 0.61% | - |
| XYZ | 24.07 | 29.79 | 5.19 | - |
| YUV | 137.63 | 62.18 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 21 | 0.05 | 0 | 0.86 | 0.39 | 63.13 | 0.76 | 0.35 |
| Hex | 94 | 9B | 15 | 5 | 0 | 56 | 27 | 3F | 4C | 23 |
| Octal | 224 | 233 | 25 | 5 | 0 | 126 | 47 | 77 | 114 | 43 |
| Binary | 10010100 | 10011011 | 10101 | 101 | 0 | 1010110 | 100111 | 111111 | 1001100 | 100011 |
Color Harmonies of #949B15
Complementary color
Monochromatic Colors of #949B15
Black with #949B15
Text Example
Text Example
White with #949B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B15; }
p { color: rgb(148,155,21); }
H1.HeaderClassName
{
color: #949B15;
}
.AnyTagClassName
{
color: #949B15;
}
</style>
background-color css
<style>
a { background-color: #949B15; }
a { background-color: rgb(148,155,21); }
div.DivClassName
{
background-color: #949B15;
}
.BgClassName
{
background-color: #949B15;
}
</style>
border-color css
<style>
span { border-color: #949B15; }
span { border-color: rgb(148,155,21); }
td.TdClassName
{
border-color: #949B15;
}
.TagClassName
{
border-color: #949B15;
}
</style>