Shades of Citron #95990C
Tints of Citron #95990C
RGB
CMYK
RGB Variations
Color information
#95990C (or 0x95990C) is known color: Citron. HEX triplet: 95, 99 and 0C. RGB value is (149,153,12). Sum of RGB (Red+Green+Blue) = 149+153+12=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #95990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95990C is #6A66F3. Grayscale: #888888. Windows color (decimal): -6973172 or 825749. OLE color: 825749.
HSL color Cylindrical-coordinate representation of color #95990C: hue angle of 61.7º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95990C is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 12 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.4 |
| HSL | 61.7º | 0.85% | 0.32% | - |
| HSV(B) | 61.7º | 0.92% | 0.6% | - |
| XYZ | 23.85 | 29.2 | 4.73 | - |
| YUV | 135.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 12 | 0.03 | 0 | 0.92 | 0.4 | 61.7 | 0.85 | 0.32 |
| Hex | 95 | 99 | C | 3 | 0 | 5C | 28 | 3E | 55 | 20 |
| Octal | 225 | 231 | 14 | 3 | 0 | 134 | 50 | 76 | 125 | 40 |
| Binary | 10010101 | 10011001 | 1100 | 11 | 0 | 1011100 | 101000 | 111110 | 1010101 | 100000 |
Color Harmonies of #95990C
Complementary color
Monochromatic Colors of #95990C
Black with #95990C
Text Example
Text Example
White with #95990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95990C; }
p { color: rgb(149,153,12); }
H1.HeaderClassName
{
color: #95990C;
}
.AnyTagClassName
{
color: #95990C;
}
</style>
background-color css
<style>
a { background-color: #95990C; }
a { background-color: rgb(149,153,12); }
div.DivClassName
{
background-color: #95990C;
}
.BgClassName
{
background-color: #95990C;
}
</style>
border-color css
<style>
span { border-color: #95990C; }
span { border-color: rgb(149,153,12); }
td.TdClassName
{
border-color: #95990C;
}
.TagClassName
{
border-color: #95990C;
}
</style>