Shades of Citron #949B34
Tints of Citron #949B34
RGB
CMYK
RGB Variations
Color information
#949B34 (or 0x949B34) is known color: Citron. HEX triplet: 94, 9B and 34. RGB value is (148,155,52). Sum of RGB (Red+Green+Blue) = 148+155+52=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #949B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B34 is #6B64CB. Grayscale: #8D8D8D. Windows color (decimal): -7038156 or 3447700. OLE color: 3447700.
HSL color Cylindrical-coordinate representation of color #949B34: hue angle of 64.08º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #949B34 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 52 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.39 |
| HSL | 64.08º | 0.5% | 0.41% | - |
| HSV(B) | 64.08º | 0.66% | 0.61% | - |
| XYZ | 24.55 | 29.99 | 7.74 | - |
| YUV | 141.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 52 | 0.05 | 0 | 0.66 | 0.39 | 64.08 | 0.5 | 0.41 |
| Hex | 94 | 9B | 34 | 5 | 0 | 42 | 27 | 40 | 32 | 29 |
| Octal | 224 | 233 | 64 | 5 | 0 | 102 | 47 | 100 | 62 | 51 |
| Binary | 10010100 | 10011011 | 110100 | 101 | 0 | 1000010 | 100111 | 1000000 | 110010 | 101001 |
Color Harmonies of #949B34
Complementary color
Monochromatic Colors of #949B34
Black with #949B34
Text Example
Text Example
White with #949B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B34; }
p { color: rgb(148,155,52); }
H1.HeaderClassName
{
color: #949B34;
}
.AnyTagClassName
{
color: #949B34;
}
</style>
background-color css
<style>
a { background-color: #949B34; }
a { background-color: rgb(148,155,52); }
div.DivClassName
{
background-color: #949B34;
}
.BgClassName
{
background-color: #949B34;
}
</style>
border-color css
<style>
span { border-color: #949B34; }
span { border-color: rgb(148,155,52); }
td.TdClassName
{
border-color: #949B34;
}
.TagClassName
{
border-color: #949B34;
}
</style>