Shades of Citron #949B32
Tints of Citron #949B32
RGB
CMYK
RGB Variations
Color information
#949B32 (or 0x949B32) is known color: Citron. HEX triplet: 94, 9B and 32. RGB value is (148,155,50). Sum of RGB (Red+Green+Blue) = 148+155+50=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #949B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B32 is #6B64CD. Grayscale: #8D8D8D. Windows color (decimal): -7038158 or 3316628. OLE color: 3316628.
HSL color Cylindrical-coordinate representation of color #949B32: hue angle of 64º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #949B32 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 50 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.39 |
| HSL | 64º | 0.51% | 0.4% | - |
| HSV(B) | 64º | 0.68% | 0.61% | - |
| XYZ | 24.51 | 29.97 | 7.51 | - |
| YUV | 140.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 50 | 0.05 | 0 | 0.68 | 0.39 | 64 | 0.51 | 0.4 |
| Hex | 94 | 9B | 32 | 5 | 0 | 44 | 27 | 40 | 33 | 28 |
| Octal | 224 | 233 | 62 | 5 | 0 | 104 | 47 | 100 | 63 | 50 |
| Binary | 10010100 | 10011011 | 110010 | 101 | 0 | 1000100 | 100111 | 1000000 | 110011 | 101000 |
Color Harmonies of #949B32
Complementary color
Monochromatic Colors of #949B32
Black with #949B32
Text Example
Text Example
White with #949B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B32; }
p { color: rgb(148,155,50); }
H1.HeaderClassName
{
color: #949B32;
}
.AnyTagClassName
{
color: #949B32;
}
</style>
background-color css
<style>
a { background-color: #949B32; }
a { background-color: rgb(148,155,50); }
div.DivClassName
{
background-color: #949B32;
}
.BgClassName
{
background-color: #949B32;
}
</style>
border-color css
<style>
span { border-color: #949B32; }
span { border-color: rgb(148,155,50); }
td.TdClassName
{
border-color: #949B32;
}
.TagClassName
{
border-color: #949B32;
}
</style>