Shades of Citron #949B05
Tints of Citron #949B05
RGB
CMYK
RGB Variations
Color information
#949B05 (or 0x949B05) is known color: Citron. HEX triplet: 94, 9B and 05. RGB value is (148,155,5). Sum of RGB (Red+Green+Blue) = 148+155+5=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #949B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949B05 is #6B64FA. Grayscale: #888888. Windows color (decimal): -7038203 or 367508. OLE color: 367508.
HSL color Cylindrical-coordinate representation of color #949B05: hue angle of 62.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #949B05 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 5 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.39 |
| HSL | 62.8º | 0.94% | 0.31% | - |
| HSV(B) | 62.8º | 0.97% | 0.61% | - |
| XYZ | 23.96 | 29.75 | 4.62 | - |
| YUV | 135.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 5 | 0.05 | 0 | 0.97 | 0.39 | 62.8 | 0.94 | 0.31 |
| Hex | 94 | 9B | 5 | 5 | 0 | 61 | 27 | 3F | 5E | 1F |
| Octal | 224 | 233 | 5 | 5 | 0 | 141 | 47 | 77 | 136 | 37 |
| Binary | 10010100 | 10011011 | 101 | 101 | 0 | 1100001 | 100111 | 111111 | 1011110 | 11111 |
Color Harmonies of #949B05
Complementary color
Monochromatic Colors of #949B05
Black with #949B05
Text Example
Text Example
White with #949B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B05; }
p { color: rgb(148,155,5); }
H1.HeaderClassName
{
color: #949B05;
}
.AnyTagClassName
{
color: #949B05;
}
</style>
background-color css
<style>
a { background-color: #949B05; }
a { background-color: rgb(148,155,5); }
div.DivClassName
{
background-color: #949B05;
}
.BgClassName
{
background-color: #949B05;
}
</style>
border-color css
<style>
span { border-color: #949B05; }
span { border-color: rgb(148,155,5); }
td.TdClassName
{
border-color: #949B05;
}
.TagClassName
{
border-color: #949B05;
}
</style>