Shades of Citron #9BA032
Tints of Citron #9BA032
RGB
CMYK
RGB Variations
Color information
#9BA032 (or 0x9BA032) is known color: Citron. HEX triplet: 9B, A0 and 32. RGB value is (155,160,50). Sum of RGB (Red+Green+Blue) = 155+160+50=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA032 is #645FCD. Grayscale: #929292. Windows color (decimal): -6578126 or 3317915. OLE color: 3317915.
HSL color Cylindrical-coordinate representation of color #9BA032: hue angle of 62.73º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BA032 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 50 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.37 |
| HSL | 62.73º | 0.52% | 0.41% | - |
| HSV(B) | 62.73º | 0.69% | 0.63% | - |
| XYZ | 26.66 | 32.34 | 7.85 | - |
| YUV | 145.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 50 | 0.03 | 0 | 0.69 | 0.37 | 62.73 | 0.52 | 0.41 |
| Hex | 9B | A0 | 32 | 3 | 0 | 45 | 25 | 3F | 34 | 29 |
| Octal | 233 | 240 | 62 | 3 | 0 | 105 | 45 | 77 | 64 | 51 |
| Binary | 10011011 | 10100000 | 110010 | 11 | 0 | 1000101 | 100101 | 111111 | 110100 | 101001 |
Color Harmonies of #9BA032
Complementary color
Monochromatic Colors of #9BA032
Black with #9BA032
Text Example
Text Example
White with #9BA032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA032; }
p { color: rgb(155,160,50); }
H1.HeaderClassName
{
color: #9BA032;
}
.AnyTagClassName
{
color: #9BA032;
}
</style>
background-color css
<style>
a { background-color: #9BA032; }
a { background-color: rgb(155,160,50); }
div.DivClassName
{
background-color: #9BA032;
}
.BgClassName
{
background-color: #9BA032;
}
</style>
border-color css
<style>
span { border-color: #9BA032; }
span { border-color: rgb(155,160,50); }
td.TdClassName
{
border-color: #9BA032;
}
.TagClassName
{
border-color: #9BA032;
}
</style>