Shades of Citron #9C9F1D
Tints of Citron #9C9F1D
RGB
CMYK
RGB Variations
Color information
#9C9F1D (or 0x9C9F1D) is known color: Citron. HEX triplet: 9C, 9F and 1D. RGB value is (156,159,29). Sum of RGB (Red+Green+Blue) = 156+159+29=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9F1D is #6360E2. Grayscale: #8F8F8F. Windows color (decimal): -6512867 or 1941404. OLE color: 1941404.
HSL color Cylindrical-coordinate representation of color #9C9F1D: hue angle of 61.38º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C9F1D is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 159 | 29 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.38 |
| HSL | 61.38º | 0.69% | 0.37% | - |
| HSV(B) | 61.38º | 0.82% | 0.62% | - |
| XYZ | 26.33 | 31.95 | 5.94 | - |
| YUV | 143.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 159 | 29 | 0.02 | 0 | 0.82 | 0.38 | 61.38 | 0.69 | 0.37 |
| Hex | 9C | 9F | 1D | 2 | 0 | 52 | 26 | 3D | 45 | 25 |
| Octal | 234 | 237 | 35 | 2 | 0 | 122 | 46 | 75 | 105 | 45 |
| Binary | 10011100 | 10011111 | 11101 | 10 | 0 | 1010010 | 100110 | 111101 | 1000101 | 100101 |
Color Harmonies of #9C9F1D
Complementary color
Monochromatic Colors of #9C9F1D
Black with #9C9F1D
Text Example
Text Example
White with #9C9F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9F1D; }
p { color: rgb(156,159,29); }
H1.HeaderClassName
{
color: #9C9F1D;
}
.AnyTagClassName
{
color: #9C9F1D;
}
</style>
background-color css
<style>
a { background-color: #9C9F1D; }
a { background-color: rgb(156,159,29); }
div.DivClassName
{
background-color: #9C9F1D;
}
.BgClassName
{
background-color: #9C9F1D;
}
</style>
border-color css
<style>
span { border-color: #9C9F1D; }
span { border-color: rgb(156,159,29); }
td.TdClassName
{
border-color: #9C9F1D;
}
.TagClassName
{
border-color: #9C9F1D;
}
</style>