Shades of Citron #949B07
Tints of Citron #949B07
RGB
CMYK
RGB Variations
Color information
#949B07 (or 0x949B07) is known color: Citron. HEX triplet: 94, 9B and 07. RGB value is (148,155,7). Sum of RGB (Red+Green+Blue) = 148+155+7=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #949B07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949B07 is #6B64F8. Grayscale: #888888. Windows color (decimal): -7038201 or 498580. OLE color: 498580.
HSL color Cylindrical-coordinate representation of color #949B07: hue angle of 62.84º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #949B07 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 7 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.39 |
| HSL | 62.84º | 0.91% | 0.32% | - |
| HSV(B) | 62.84º | 0.95% | 0.61% | - |
| XYZ | 23.97 | 29.75 | 4.68 | - |
| YUV | 136.04 | 55.18 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 7 | 0.05 | 0 | 0.95 | 0.39 | 62.84 | 0.91 | 0.32 |
| Hex | 94 | 9B | 7 | 5 | 0 | 5F | 27 | 3F | 5B | 20 |
| Octal | 224 | 233 | 7 | 5 | 0 | 137 | 47 | 77 | 133 | 40 |
| Binary | 10010100 | 10011011 | 111 | 101 | 0 | 1011111 | 100111 | 111111 | 1011011 | 100000 |
Color Harmonies of #949B07
Complementary color
Monochromatic Colors of #949B07
Black with #949B07
Text Example
Text Example
White with #949B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B07; }
p { color: rgb(148,155,7); }
H1.HeaderClassName
{
color: #949B07;
}
.AnyTagClassName
{
color: #949B07;
}
</style>
background-color css
<style>
a { background-color: #949B07; }
a { background-color: rgb(148,155,7); }
div.DivClassName
{
background-color: #949B07;
}
.BgClassName
{
background-color: #949B07;
}
</style>
border-color css
<style>
span { border-color: #949B07; }
span { border-color: rgb(148,155,7); }
td.TdClassName
{
border-color: #949B07;
}
.TagClassName
{
border-color: #949B07;
}
</style>