Shades of Citron #949506
Tints of Citron #949506
RGB
CMYK
RGB Variations
Color information
#949506 (or 0x949506) is known color: Citron. HEX triplet: 94, 95 and 06. RGB value is (148,149,6). Sum of RGB (Red+Green+Blue) = 148+149+6=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #949506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949506 is #6B6AF9. Grayscale: #848484. Windows color (decimal): -7039738 or 431508. OLE color: 431508.
HSL color Cylindrical-coordinate representation of color #949506: hue angle of 60.42º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #949506 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 149 | 6 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.42 |
| HSL | 60.42º | 0.92% | 0.3% | - |
| HSV(B) | 60.42º | 0.96% | 0.58% | - |
| XYZ | 22.99 | 27.8 | 4.33 | - |
| YUV | 132.4 | 56.67 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 6 | 0.01 | 0 | 0.96 | 0.42 | 60.42 | 0.92 | 0.3 |
| Hex | 94 | 95 | 6 | 1 | 0 | 60 | 2A | 3C | 5C | 1E |
| Octal | 224 | 225 | 6 | 1 | 0 | 140 | 52 | 74 | 134 | 36 |
| Binary | 10010100 | 10010101 | 110 | 1 | 0 | 1100000 | 101010 | 111100 | 1011100 | 11110 |
Color Harmonies of #949506
Complementary color
Monochromatic Colors of #949506
Black with #949506
Text Example
Text Example
White with #949506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949506; }
p { color: rgb(148,149,6); }
H1.HeaderClassName
{
color: #949506;
}
.AnyTagClassName
{
color: #949506;
}
</style>
background-color css
<style>
a { background-color: #949506; }
a { background-color: rgb(148,149,6); }
div.DivClassName
{
background-color: #949506;
}
.BgClassName
{
background-color: #949506;
}
</style>
border-color css
<style>
span { border-color: #949506; }
span { border-color: rgb(148,149,6); }
td.TdClassName
{
border-color: #949506;
}
.TagClassName
{
border-color: #949506;
}
</style>