Shades of Citron #958F0C
Tints of Citron #958F0C
RGB
CMYK
RGB Variations
Color information
#958F0C (or 0x958F0C) is known color: Citron. HEX triplet: 95, 8F and 0C. RGB value is (149,143,12). Sum of RGB (Red+Green+Blue) = 149+143+12=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #958F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958F0C is #6A70F3. Grayscale: #828282. Windows color (decimal): -6975732 or 823189. OLE color: 823189.
HSL color Cylindrical-coordinate representation of color #958F0C: hue angle of 57.37º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #958F0C is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 12 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.42 |
| HSL | 57.37º | 0.85% | 0.32% | - |
| HSV(B) | 57.37º | 0.92% | 0.58% | - |
| XYZ | 22.28 | 26.06 | 4.2 | - |
| YUV | 129.86 | 61.49 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 12 | 0 | 0.04 | 0.92 | 0.42 | 57.37 | 0.85 | 0.32 |
| Hex | 95 | 8F | C | 0 | 4 | 5C | 2A | 39 | 55 | 20 |
| Octal | 225 | 217 | 14 | 0 | 4 | 134 | 52 | 71 | 125 | 40 |
| Binary | 10010101 | 10001111 | 1100 | 0 | 100 | 1011100 | 101010 | 111001 | 1010101 | 100000 |
Color Harmonies of #958F0C
Complementary color
Monochromatic Colors of #958F0C
Black with #958F0C
Text Example
Text Example
White with #958F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F0C; }
p { color: rgb(149,143,12); }
H1.HeaderClassName
{
color: #958F0C;
}
.AnyTagClassName
{
color: #958F0C;
}
</style>
background-color css
<style>
a { background-color: #958F0C; }
a { background-color: rgb(149,143,12); }
div.DivClassName
{
background-color: #958F0C;
}
.BgClassName
{
background-color: #958F0C;
}
</style>
border-color css
<style>
span { border-color: #958F0C; }
span { border-color: rgb(149,143,12); }
td.TdClassName
{
border-color: #958F0C;
}
.TagClassName
{
border-color: #958F0C;
}
</style>