Shades of Citron #9CA334
Tints of Citron #9CA334
RGB
CMYK
RGB Variations
Color information
#9CA334 (or 0x9CA334) is known color: Citron. HEX triplet: 9C, A3 and 34. RGB value is (156,163,52). Sum of RGB (Red+Green+Blue) = 156+163+52=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA334 is #635CCB. Grayscale: #949494. Windows color (decimal): -6511820 or 3449756. OLE color: 3449756.
HSL color Cylindrical-coordinate representation of color #9CA334: hue angle of 63.78º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CA334 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 163 | 52 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.36 |
| HSL | 63.78º | 0.52% | 0.42% | - |
| HSV(B) | 63.78º | 0.68% | 0.64% | - |
| XYZ | 27.43 | 33.51 | 8.27 | - |
| YUV | 148.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 52 | 0.04 | 0 | 0.68 | 0.36 | 63.78 | 0.52 | 0.42 |
| Hex | 9C | A3 | 34 | 4 | 0 | 44 | 24 | 40 | 34 | 2A |
| Octal | 234 | 243 | 64 | 4 | 0 | 104 | 44 | 100 | 64 | 52 |
| Binary | 10011100 | 10100011 | 110100 | 100 | 0 | 1000100 | 100100 | 1000000 | 110100 | 101010 |
Color Harmonies of #9CA334
Complementary color
Monochromatic Colors of #9CA334
Black with #9CA334
Text Example
Text Example
White with #9CA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA334; }
p { color: rgb(156,163,52); }
H1.HeaderClassName
{
color: #9CA334;
}
.AnyTagClassName
{
color: #9CA334;
}
</style>
background-color css
<style>
a { background-color: #9CA334; }
a { background-color: rgb(156,163,52); }
div.DivClassName
{
background-color: #9CA334;
}
.BgClassName
{
background-color: #9CA334;
}
</style>
border-color css
<style>
span { border-color: #9CA334; }
span { border-color: rgb(156,163,52); }
td.TdClassName
{
border-color: #9CA334;
}
.TagClassName
{
border-color: #9CA334;
}
</style>