Shades of Citron #9BA42B
Tints of Citron #9BA42B
RGB
CMYK
RGB Variations
Color information
#9BA42B (or 0x9BA42B) is known color: Citron. HEX triplet: 9B, A4 and 2B. RGB value is (155,164,43). Sum of RGB (Red+Green+Blue) = 155+164+43=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA42B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA42B is #645BD4. Grayscale: #939393. Windows color (decimal): -6577109 or 2860187. OLE color: 2860187.
HSL color Cylindrical-coordinate representation of color #9BA42B: hue angle of 64.46º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BA42B is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 43 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.36 |
| HSL | 64.46º | 0.58% | 0.41% | - |
| HSV(B) | 64.46º | 0.74% | 0.64% | - |
| XYZ | 27.23 | 33.69 | 7.35 | - |
| YUV | 147.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 43 | 0.05 | 0 | 0.74 | 0.36 | 64.46 | 0.58 | 0.41 |
| Hex | 9B | A4 | 2B | 5 | 0 | 4A | 24 | 40 | 3A | 29 |
| Octal | 233 | 244 | 53 | 5 | 0 | 112 | 44 | 100 | 72 | 51 |
| Binary | 10011011 | 10100100 | 101011 | 101 | 0 | 1001010 | 100100 | 1000000 | 111010 | 101001 |
Color Harmonies of #9BA42B
Complementary color
Monochromatic Colors of #9BA42B
Black with #9BA42B
Text Example
Text Example
White with #9BA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA42B; }
p { color: rgb(155,164,43); }
H1.HeaderClassName
{
color: #9BA42B;
}
.AnyTagClassName
{
color: #9BA42B;
}
</style>
background-color css
<style>
a { background-color: #9BA42B; }
a { background-color: rgb(155,164,43); }
div.DivClassName
{
background-color: #9BA42B;
}
.BgClassName
{
background-color: #9BA42B;
}
</style>
border-color css
<style>
span { border-color: #9BA42B; }
span { border-color: rgb(155,164,43); }
td.TdClassName
{
border-color: #9BA42B;
}
.TagClassName
{
border-color: #9BA42B;
}
</style>