Shades of Citron #949B29
Tints of Citron #949B29
RGB
CMYK
RGB Variations
Color information
#949B29 (or 0x949B29) is known color: Citron. HEX triplet: 94, 9B and 29. RGB value is (148,155,41). Sum of RGB (Red+Green+Blue) = 148+155+41=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #949B29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B29 is #6B64D6. Grayscale: #8C8C8C. Windows color (decimal): -7038167 or 2726804. OLE color: 2726804.
HSL color Cylindrical-coordinate representation of color #949B29: hue angle of 63.68º degrees, saturation: 0.58, 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 #949B29 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 41 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.39 |
| HSL | 63.68º | 0.58% | 0.38% | - |
| HSV(B) | 63.68º | 0.74% | 0.61% | - |
| XYZ | 24.33 | 29.9 | 6.59 | - |
| YUV | 139.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 41 | 0.05 | 0 | 0.74 | 0.39 | 63.68 | 0.58 | 0.38 |
| Hex | 94 | 9B | 29 | 5 | 0 | 4A | 27 | 40 | 3A | 26 |
| Octal | 224 | 233 | 51 | 5 | 0 | 112 | 47 | 100 | 72 | 46 |
| Binary | 10010100 | 10011011 | 101001 | 101 | 0 | 1001010 | 100111 | 1000000 | 111010 | 100110 |
Color Harmonies of #949B29
Complementary color
Monochromatic Colors of #949B29
Black with #949B29
Text Example
Text Example
White with #949B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B29; }
p { color: rgb(148,155,41); }
H1.HeaderClassName
{
color: #949B29;
}
.AnyTagClassName
{
color: #949B29;
}
</style>
background-color css
<style>
a { background-color: #949B29; }
a { background-color: rgb(148,155,41); }
div.DivClassName
{
background-color: #949B29;
}
.BgClassName
{
background-color: #949B29;
}
</style>
border-color css
<style>
span { border-color: #949B29; }
span { border-color: rgb(148,155,41); }
td.TdClassName
{
border-color: #949B29;
}
.TagClassName
{
border-color: #949B29;
}
</style>