Shades of Citron #9CA734
Tints of Citron #9CA734
RGB
CMYK
RGB Variations
Color information
#9CA734 (or 0x9CA734) is known color: Citron. HEX triplet: 9C, A7 and 34. RGB value is (156,167,52). Sum of RGB (Red+Green+Blue) = 156+167+52=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA734 is #6358CB. Grayscale: #979797. Windows color (decimal): -6510796 or 3450780. OLE color: 3450780.
HSL color Cylindrical-coordinate representation of color #9CA734: hue angle of 65.74º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CA734 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 52 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.35 |
| HSL | 65.74º | 0.53% | 0.43% | - |
| HSV(B) | 65.74º | 0.69% | 0.65% | - |
| XYZ | 28.15 | 34.95 | 8.51 | - |
| YUV | 150.6 | 72.36 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 52 | 0.07 | 0 | 0.69 | 0.35 | 65.74 | 0.53 | 0.43 |
| Hex | 9C | A7 | 34 | 7 | 0 | 45 | 23 | 42 | 35 | 2B |
| Octal | 234 | 247 | 64 | 7 | 0 | 105 | 43 | 102 | 65 | 53 |
| Binary | 10011100 | 10100111 | 110100 | 111 | 0 | 1000101 | 100011 | 1000010 | 110101 | 101011 |
Color Harmonies of #9CA734
Complementary color
Monochromatic Colors of #9CA734
Black with #9CA734
Text Example
Text Example
White with #9CA734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA734; }
p { color: rgb(156,167,52); }
H1.HeaderClassName
{
color: #9CA734;
}
.AnyTagClassName
{
color: #9CA734;
}
</style>
background-color css
<style>
a { background-color: #9CA734; }
a { background-color: rgb(156,167,52); }
div.DivClassName
{
background-color: #9CA734;
}
.BgClassName
{
background-color: #9CA734;
}
</style>
border-color css
<style>
span { border-color: #9CA734; }
span { border-color: rgb(156,167,52); }
td.TdClassName
{
border-color: #9CA734;
}
.TagClassName
{
border-color: #9CA734;
}
</style>