Shades of Citron #949607
Tints of Citron #949607
RGB
CMYK
RGB Variations
Color information
#949607 (or 0x949607) is known color: Citron. HEX triplet: 94, 96 and 07. RGB value is (148,150,7). Sum of RGB (Red+Green+Blue) = 148+150+7=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #949607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949607 is #6B69F8. Grayscale: #858585. Windows color (decimal): -7039481 or 497300. OLE color: 497300.
HSL color Cylindrical-coordinate representation of color #949607: hue angle of 60.84º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #949607 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 150 | 7 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.41 |
| HSL | 60.84º | 0.91% | 0.31% | - |
| HSV(B) | 60.84º | 0.95% | 0.59% | - |
| XYZ | 23.16 | 28.12 | 4.41 | - |
| YUV | 133.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 150 | 7 | 0.01 | 0 | 0.95 | 0.41 | 60.84 | 0.91 | 0.31 |
| Hex | 94 | 96 | 7 | 1 | 0 | 5F | 29 | 3D | 5B | 1F |
| Octal | 224 | 226 | 7 | 1 | 0 | 137 | 51 | 75 | 133 | 37 |
| Binary | 10010100 | 10010110 | 111 | 1 | 0 | 1011111 | 101001 | 111101 | 1011011 | 11111 |
Color Harmonies of #949607
Complementary color
Monochromatic Colors of #949607
Black with #949607
Text Example
Text Example
White with #949607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949607; }
p { color: rgb(148,150,7); }
H1.HeaderClassName
{
color: #949607;
}
.AnyTagClassName
{
color: #949607;
}
</style>
background-color css
<style>
a { background-color: #949607; }
a { background-color: rgb(148,150,7); }
div.DivClassName
{
background-color: #949607;
}
.BgClassName
{
background-color: #949607;
}
</style>
border-color css
<style>
span { border-color: #949607; }
span { border-color: rgb(148,150,7); }
td.TdClassName
{
border-color: #949607;
}
.TagClassName
{
border-color: #949607;
}
</style>