Shades of Citron #9BA42A
Tints of Citron #9BA42A
RGB
CMYK
RGB Variations
Color information
#9BA42A (or 0x9BA42A) is known color: Citron. HEX triplet: 9B, A4 and 2A. RGB value is (155,164,42). Sum of RGB (Red+Green+Blue) = 155+164+42=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA42A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA42A is #645BD5. Grayscale: #939393. Windows color (decimal): -6577110 or 2794651. OLE color: 2794651.
HSL color Cylindrical-coordinate representation of color #9BA42A: hue angle of 64.43º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BA42A is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 42 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.36 |
| HSL | 64.43º | 0.59% | 0.4% | - |
| HSV(B) | 64.43º | 0.74% | 0.64% | - |
| XYZ | 27.21 | 33.69 | 7.26 | - |
| YUV | 147.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 42 | 0.05 | 0 | 0.74 | 0.36 | 64.43 | 0.59 | 0.4 |
| Hex | 9B | A4 | 2A | 5 | 0 | 4A | 24 | 40 | 3B | 28 |
| Octal | 233 | 244 | 52 | 5 | 0 | 112 | 44 | 100 | 73 | 50 |
| Binary | 10011011 | 10100100 | 101010 | 101 | 0 | 1001010 | 100100 | 1000000 | 111011 | 101000 |
Color Harmonies of #9BA42A
Complementary color
Monochromatic Colors of #9BA42A
Black with #9BA42A
Text Example
Text Example
White with #9BA42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA42A; }
p { color: rgb(155,164,42); }
H1.HeaderClassName
{
color: #9BA42A;
}
.AnyTagClassName
{
color: #9BA42A;
}
</style>
background-color css
<style>
a { background-color: #9BA42A; }
a { background-color: rgb(155,164,42); }
div.DivClassName
{
background-color: #9BA42A;
}
.BgClassName
{
background-color: #9BA42A;
}
</style>
border-color css
<style>
span { border-color: #9BA42A; }
span { border-color: rgb(155,164,42); }
td.TdClassName
{
border-color: #9BA42A;
}
.TagClassName
{
border-color: #9BA42A;
}
</style>