Shades of Citron #9CA534
Tints of Citron #9CA534
RGB
CMYK
RGB Variations
Color information
#9CA534 (or 0x9CA534) is known color: Citron. HEX triplet: 9C, A5 and 34. RGB value is (156,165,52). Sum of RGB (Red+Green+Blue) = 156+165+52=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA534 is #635ACB. Grayscale: #959595. Windows color (decimal): -6511308 or 3450268. OLE color: 3450268.
HSL color Cylindrical-coordinate representation of color #9CA534: hue angle of 64.78º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CA534 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 52 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.35 |
| HSL | 64.78º | 0.52% | 0.43% | - |
| HSV(B) | 64.78º | 0.68% | 0.65% | - |
| XYZ | 27.79 | 34.23 | 8.39 | - |
| YUV | 149.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 52 | 0.05 | 0 | 0.68 | 0.35 | 64.78 | 0.52 | 0.43 |
| Hex | 9C | A5 | 34 | 5 | 0 | 44 | 23 | 41 | 34 | 2B |
| Octal | 234 | 245 | 64 | 5 | 0 | 104 | 43 | 101 | 64 | 53 |
| Binary | 10011100 | 10100101 | 110100 | 101 | 0 | 1000100 | 100011 | 1000001 | 110100 | 101011 |
Color Harmonies of #9CA534
Complementary color
Monochromatic Colors of #9CA534
Black with #9CA534
Text Example
Text Example
White with #9CA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA534; }
p { color: rgb(156,165,52); }
H1.HeaderClassName
{
color: #9CA534;
}
.AnyTagClassName
{
color: #9CA534;
}
</style>
background-color css
<style>
a { background-color: #9CA534; }
a { background-color: rgb(156,165,52); }
div.DivClassName
{
background-color: #9CA534;
}
.BgClassName
{
background-color: #9CA534;
}
</style>
border-color css
<style>
span { border-color: #9CA534; }
span { border-color: rgb(156,165,52); }
td.TdClassName
{
border-color: #9CA534;
}
.TagClassName
{
border-color: #9CA534;
}
</style>