Shades of Citron #9C9A1F
Tints of Citron #9C9A1F
RGB
CMYK
RGB Variations
Color information
#9C9A1F (or 0x9C9A1F) is known color: Citron. HEX triplet: 9C, 9A and 1F. RGB value is (156,154,31). Sum of RGB (Red+Green+Blue) = 156+154+31=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9A1F is #6365E0. Grayscale: #8D8D8D. Windows color (decimal): -6514145 or 2071196. OLE color: 2071196.
HSL color Cylindrical-coordinate representation of color #9C9A1F: hue angle of 59.04º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C9A1F is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 154 | 31 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.39 |
| HSL | 59.04º | 0.67% | 0.37% | - |
| HSV(B) | 59.04º | 0.8% | 0.61% | - |
| XYZ | 25.51 | 30.28 | 5.8 | - |
| YUV | 140.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 31 | 0 | 0.01 | 0.80 | 0.39 | 59.04 | 0.67 | 0.37 |
| Hex | 9C | 9A | 1F | 0 | 1 | 50 | 27 | 3B | 43 | 25 |
| Octal | 234 | 232 | 37 | 0 | 1 | 120 | 47 | 73 | 103 | 45 |
| Binary | 10011100 | 10011010 | 11111 | 0 | 1 | 1010000 | 100111 | 111011 | 1000011 | 100101 |
Color Harmonies of #9C9A1F
Complementary color
Monochromatic Colors of #9C9A1F
Black with #9C9A1F
Text Example
Text Example
White with #9C9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9A1F; }
p { color: rgb(156,154,31); }
H1.HeaderClassName
{
color: #9C9A1F;
}
.AnyTagClassName
{
color: #9C9A1F;
}
</style>
background-color css
<style>
a { background-color: #9C9A1F; }
a { background-color: rgb(156,154,31); }
div.DivClassName
{
background-color: #9C9A1F;
}
.BgClassName
{
background-color: #9C9A1F;
}
</style>
border-color css
<style>
span { border-color: #9C9A1F; }
span { border-color: rgb(156,154,31); }
td.TdClassName
{
border-color: #9C9A1F;
}
.TagClassName
{
border-color: #9C9A1F;
}
</style>