Shades of Citron #9CA539
Tints of Citron #9CA539
RGB
CMYK
RGB Variations
Color information
#9CA539 (or 0x9CA539) is known color: Citron. HEX triplet: 9C, A5 and 39. RGB value is (156,165,57). Sum of RGB (Red+Green+Blue) = 156+165+57=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA539 is #635AC6. Grayscale: #969696. Windows color (decimal): -6511303 or 3777948. OLE color: 3777948.
HSL color Cylindrical-coordinate representation of color #9CA539: hue angle of 65º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CA539 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 57 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.35 |
| HSL | 65º | 0.49% | 0.44% | - |
| HSV(B) | 65º | 0.65% | 0.65% | - |
| XYZ | 27.9 | 34.27 | 9.02 | - |
| YUV | 150 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 57 | 0.05 | 0 | 0.65 | 0.35 | 65 | 0.49 | 0.44 |
| Hex | 9C | A5 | 39 | 5 | 0 | 41 | 23 | 41 | 31 | 2C |
| Octal | 234 | 245 | 71 | 5 | 0 | 101 | 43 | 101 | 61 | 54 |
| Binary | 10011100 | 10100101 | 111001 | 101 | 0 | 1000001 | 100011 | 1000001 | 110001 | 101100 |
Color Harmonies of #9CA539
Complementary color
Monochromatic Colors of #9CA539
Black with #9CA539
Text Example
Text Example
White with #9CA539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA539; }
p { color: rgb(156,165,57); }
H1.HeaderClassName
{
color: #9CA539;
}
.AnyTagClassName
{
color: #9CA539;
}
</style>
background-color css
<style>
a { background-color: #9CA539; }
a { background-color: rgb(156,165,57); }
div.DivClassName
{
background-color: #9CA539;
}
.BgClassName
{
background-color: #9CA539;
}
</style>
border-color css
<style>
span { border-color: #9CA539; }
span { border-color: rgb(156,165,57); }
td.TdClassName
{
border-color: #9CA539;
}
.TagClassName
{
border-color: #9CA539;
}
</style>