Shades of Citron #959A06
Tints of Citron #959A06
RGB
CMYK
RGB Variations
Color information
#959A06 (or 0x959A06) is known color: Citron. HEX triplet: 95, 9A and 06. RGB value is (149,154,6). Sum of RGB (Red+Green+Blue) = 149+154+6=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #959A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959A06 is #6A65F9. Grayscale: #888888. Windows color (decimal): -6972922 or 432789. OLE color: 432789.
HSL color Cylindrical-coordinate representation of color #959A06: hue angle of 62.03º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #959A06 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 6 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.40 |
| HSL | 62.03º | 0.93% | 0.31% | - |
| HSV(B) | 62.03º | 0.96% | 0.6% | - |
| XYZ | 23.98 | 29.51 | 4.61 | - |
| YUV | 135.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 6 | 0.03 | 0 | 0.96 | 0.40 | 62.03 | 0.93 | 0.31 |
| Hex | 95 | 9A | 6 | 3 | 0 | 60 | 28 | 3E | 5C | 1F |
| Octal | 225 | 232 | 6 | 3 | 0 | 140 | 50 | 76 | 134 | 37 |
| Binary | 10010101 | 10011010 | 110 | 11 | 0 | 1100000 | 101000 | 111110 | 1011100 | 11111 |
Color Harmonies of #959A06
Complementary color
Monochromatic Colors of #959A06
Black with #959A06
Text Example
Text Example
White with #959A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A06; }
p { color: rgb(149,154,6); }
H1.HeaderClassName
{
color: #959A06;
}
.AnyTagClassName
{
color: #959A06;
}
</style>
background-color css
<style>
a { background-color: #959A06; }
a { background-color: rgb(149,154,6); }
div.DivClassName
{
background-color: #959A06;
}
.BgClassName
{
background-color: #959A06;
}
</style>
border-color css
<style>
span { border-color: #959A06; }
span { border-color: rgb(149,154,6); }
td.TdClassName
{
border-color: #959A06;
}
.TagClassName
{
border-color: #959A06;
}
</style>