Shades of Citron #9BA72F
Tints of Citron #9BA72F
RGB
CMYK
RGB Variations
Color information
#9BA72F (or 0x9BA72F) is known color: Citron. HEX triplet: 9B, A7 and 2F. RGB value is (155,167,47). Sum of RGB (Red+Green+Blue) = 155+167+47=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA72F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA72F is #6458D0. Grayscale: #969696. Windows color (decimal): -6576337 or 3123099. OLE color: 3123099.
HSL color Cylindrical-coordinate representation of color #9BA72F: hue angle of 66º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BA72F is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 47 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.35 |
| HSL | 66º | 0.56% | 0.42% | - |
| HSV(B) | 66º | 0.72% | 0.65% | - |
| XYZ | 27.85 | 34.81 | 7.94 | - |
| YUV | 149.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 47 | 0.07 | 0 | 0.72 | 0.35 | 66 | 0.56 | 0.42 |
| Hex | 9B | A7 | 2F | 7 | 0 | 48 | 23 | 42 | 38 | 2A |
| Octal | 233 | 247 | 57 | 7 | 0 | 110 | 43 | 102 | 70 | 52 |
| Binary | 10011011 | 10100111 | 101111 | 111 | 0 | 1001000 | 100011 | 1000010 | 111000 | 101010 |
Color Harmonies of #9BA72F
Complementary color
Monochromatic Colors of #9BA72F
Black with #9BA72F
Text Example
Text Example
White with #9BA72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA72F; }
p { color: rgb(155,167,47); }
H1.HeaderClassName
{
color: #9BA72F;
}
.AnyTagClassName
{
color: #9BA72F;
}
</style>
background-color css
<style>
a { background-color: #9BA72F; }
a { background-color: rgb(155,167,47); }
div.DivClassName
{
background-color: #9BA72F;
}
.BgClassName
{
background-color: #9BA72F;
}
</style>
border-color css
<style>
span { border-color: #9BA72F; }
span { border-color: rgb(155,167,47); }
td.TdClassName
{
border-color: #9BA72F;
}
.TagClassName
{
border-color: #9BA72F;
}
</style>