Shades of Citron #9BA72C
Tints of Citron #9BA72C
RGB
CMYK
RGB Variations
Color information
#9BA72C (or 0x9BA72C) is known color: Citron. HEX triplet: 9B, A7 and 2C. RGB value is (155,167,44). Sum of RGB (Red+Green+Blue) = 155+167+44=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA72C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA72C is #6458D3. Grayscale: #959595. Windows color (decimal): -6576340 or 2926491. OLE color: 2926491.
HSL color Cylindrical-coordinate representation of color #9BA72C: hue angle of 65.85º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BA72C is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 44 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.35 |
| HSL | 65.85º | 0.58% | 0.41% | - |
| HSV(B) | 65.85º | 0.74% | 0.65% | - |
| XYZ | 27.79 | 34.79 | 7.63 | - |
| YUV | 149.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 44 | 0.07 | 0 | 0.74 | 0.35 | 65.85 | 0.58 | 0.41 |
| Hex | 9B | A7 | 2C | 7 | 0 | 4A | 23 | 42 | 3A | 29 |
| Octal | 233 | 247 | 54 | 7 | 0 | 112 | 43 | 102 | 72 | 51 |
| Binary | 10011011 | 10100111 | 101100 | 111 | 0 | 1001010 | 100011 | 1000010 | 111010 | 101001 |
Color Harmonies of #9BA72C
Complementary color
Monochromatic Colors of #9BA72C
Black with #9BA72C
Text Example
Text Example
White with #9BA72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA72C; }
p { color: rgb(155,167,44); }
H1.HeaderClassName
{
color: #9BA72C;
}
.AnyTagClassName
{
color: #9BA72C;
}
</style>
background-color css
<style>
a { background-color: #9BA72C; }
a { background-color: rgb(155,167,44); }
div.DivClassName
{
background-color: #9BA72C;
}
.BgClassName
{
background-color: #9BA72C;
}
</style>
border-color css
<style>
span { border-color: #9BA72C; }
span { border-color: rgb(155,167,44); }
td.TdClassName
{
border-color: #9BA72C;
}
.TagClassName
{
border-color: #9BA72C;
}
</style>