Shades of Citron #9BA71B
Tints of Citron #9BA71B
RGB
CMYK
RGB Variations
Color information
#9BA71B (or 0x9BA71B) is known color: Citron. HEX triplet: 9B, A7 and 1B. RGB value is (155,167,27). Sum of RGB (Red+Green+Blue) = 155+167+27=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 167 (65.62% from 255 or 47.85% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA71B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA71B is #6458E4. Grayscale: #949494. Windows color (decimal): -6576357 or 1812379. OLE color: 1812379.
HSL color Cylindrical-coordinate representation of color #9BA71B: hue angle of 65.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BA71B is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 27 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.35 |
| HSL | 65.14º | 0.72% | 0.38% | - |
| HSV(B) | 65.14º | 0.84% | 0.65% | - |
| XYZ | 27.53 | 34.69 | 6.28 | - |
| YUV | 147.45 | 60.02 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 27 | 0.07 | 0 | 0.84 | 0.35 | 65.14 | 0.72 | 0.38 |
| Hex | 9B | A7 | 1B | 7 | 0 | 54 | 23 | 41 | 48 | 26 |
| Octal | 233 | 247 | 33 | 7 | 0 | 124 | 43 | 101 | 110 | 46 |
| Binary | 10011011 | 10100111 | 11011 | 111 | 0 | 1010100 | 100011 | 1000001 | 1001000 | 100110 |
Color Harmonies of #9BA71B
Complementary color
Monochromatic Colors of #9BA71B
Black with #9BA71B
Text Example
Text Example
White with #9BA71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA71B; }
p { color: rgb(155,167,27); }
H1.HeaderClassName
{
color: #9BA71B;
}
.AnyTagClassName
{
color: #9BA71B;
}
</style>
background-color css
<style>
a { background-color: #9BA71B; }
a { background-color: rgb(155,167,27); }
div.DivClassName
{
background-color: #9BA71B;
}
.BgClassName
{
background-color: #9BA71B;
}
</style>
border-color css
<style>
span { border-color: #9BA71B; }
span { border-color: rgb(155,167,27); }
td.TdClassName
{
border-color: #9BA71B;
}
.TagClassName
{
border-color: #9BA71B;
}
</style>