Shades of Citron #9C9D1B
Tints of Citron #9C9D1B
RGB
CMYK
RGB Variations
Color information
#9C9D1B (or 0x9C9D1B) is known color: Citron. HEX triplet: 9C, 9D and 1B. RGB value is (156,157,27). Sum of RGB (Red+Green+Blue) = 156+157+27=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #9C9D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9D1B is #6362E4. Grayscale: #8E8E8E. Windows color (decimal): -6513381 or 1809820. OLE color: 1809820.
HSL color Cylindrical-coordinate representation of color #9C9D1B: hue angle of 60.46º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C9D1B is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 157 | 27 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.38 |
| HSL | 60.46º | 0.71% | 0.36% | - |
| HSV(B) | 60.46º | 0.83% | 0.62% | - |
| XYZ | 25.97 | 31.26 | 5.7 | - |
| YUV | 141.88 | 63.17 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 157 | 27 | 0.01 | 0 | 0.83 | 0.38 | 60.46 | 0.71 | 0.36 |
| Hex | 9C | 9D | 1B | 1 | 0 | 53 | 26 | 3C | 47 | 24 |
| Octal | 234 | 235 | 33 | 1 | 0 | 123 | 46 | 74 | 107 | 44 |
| Binary | 10011100 | 10011101 | 11011 | 1 | 0 | 1010011 | 100110 | 111100 | 1000111 | 100100 |
Color Harmonies of #9C9D1B
Complementary color
Monochromatic Colors of #9C9D1B
Black with #9C9D1B
Text Example
Text Example
White with #9C9D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9D1B; }
p { color: rgb(156,157,27); }
H1.HeaderClassName
{
color: #9C9D1B;
}
.AnyTagClassName
{
color: #9C9D1B;
}
</style>
background-color css
<style>
a { background-color: #9C9D1B; }
a { background-color: rgb(156,157,27); }
div.DivClassName
{
background-color: #9C9D1B;
}
.BgClassName
{
background-color: #9C9D1B;
}
</style>
border-color css
<style>
span { border-color: #9C9D1B; }
span { border-color: rgb(156,157,27); }
td.TdClassName
{
border-color: #9C9D1B;
}
.TagClassName
{
border-color: #9C9D1B;
}
</style>