Shades of Citron #9CA525
Tints of Citron #9CA525
RGB
CMYK
RGB Variations
Color information
#9CA525 (or 0x9CA525) is known color: Citron. HEX triplet: 9C, A5 and 25. RGB value is (156,165,37). Sum of RGB (Red+Green+Blue) = 156+165+37=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA525 is #635ADA. Grayscale: #949494. Windows color (decimal): -6511323 or 2467228. OLE color: 2467228.
HSL color Cylindrical-coordinate representation of color #9CA525: hue angle of 64.22º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9CA525 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 37 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.35 |
| HSL | 64.22º | 0.63% | 0.4% | - |
| HSV(B) | 64.22º | 0.78% | 0.65% | - |
| XYZ | 27.5 | 34.11 | 6.89 | - |
| YUV | 147.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 37 | 0.05 | 0 | 0.78 | 0.35 | 64.22 | 0.63 | 0.4 |
| Hex | 9C | A5 | 25 | 5 | 0 | 4E | 23 | 40 | 3F | 28 |
| Octal | 234 | 245 | 45 | 5 | 0 | 116 | 43 | 100 | 77 | 50 |
| Binary | 10011100 | 10100101 | 100101 | 101 | 0 | 1001110 | 100011 | 1000000 | 111111 | 101000 |
Color Harmonies of #9CA525
Complementary color
Monochromatic Colors of #9CA525
Black with #9CA525
Text Example
Text Example
White with #9CA525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA525; }
p { color: rgb(156,165,37); }
H1.HeaderClassName
{
color: #9CA525;
}
.AnyTagClassName
{
color: #9CA525;
}
</style>
background-color css
<style>
a { background-color: #9CA525; }
a { background-color: rgb(156,165,37); }
div.DivClassName
{
background-color: #9CA525;
}
.BgClassName
{
background-color: #9CA525;
}
</style>
border-color css
<style>
span { border-color: #9CA525; }
span { border-color: rgb(156,165,37); }
td.TdClassName
{
border-color: #9CA525;
}
.TagClassName
{
border-color: #9CA525;
}
</style>