Shades of Citron #9BA72D
Tints of Citron #9BA72D
RGB
CMYK
RGB Variations
Color information
#9BA72D (or 0x9BA72D) is known color: Citron. HEX triplet: 9B, A7 and 2D. RGB value is (155,167,45). Sum of RGB (Red+Green+Blue) = 155+167+45=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA72D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA72D is #6458D2. Grayscale: #959595. Windows color (decimal): -6576339 or 2992027. OLE color: 2992027.
HSL color Cylindrical-coordinate representation of color #9BA72D: hue angle of 65.9º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9BA72D is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 45 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.35 |
| HSL | 65.9º | 0.58% | 0.42% | - |
| HSV(B) | 65.9º | 0.73% | 0.65% | - |
| XYZ | 27.81 | 34.8 | 7.73 | - |
| YUV | 149.5 | 69.02 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 45 | 0.07 | 0 | 0.73 | 0.35 | 65.9 | 0.58 | 0.42 |
| Hex | 9B | A7 | 2D | 7 | 0 | 49 | 23 | 42 | 3A | 2A |
| Octal | 233 | 247 | 55 | 7 | 0 | 111 | 43 | 102 | 72 | 52 |
| Binary | 10011011 | 10100111 | 101101 | 111 | 0 | 1001001 | 100011 | 1000010 | 111010 | 101010 |
Color Harmonies of #9BA72D
Complementary color
Monochromatic Colors of #9BA72D
Black with #9BA72D
Text Example
Text Example
White with #9BA72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA72D; }
p { color: rgb(155,167,45); }
H1.HeaderClassName
{
color: #9BA72D;
}
.AnyTagClassName
{
color: #9BA72D;
}
</style>
background-color css
<style>
a { background-color: #9BA72D; }
a { background-color: rgb(155,167,45); }
div.DivClassName
{
background-color: #9BA72D;
}
.BgClassName
{
background-color: #9BA72D;
}
</style>
border-color css
<style>
span { border-color: #9BA72D; }
span { border-color: rgb(155,167,45); }
td.TdClassName
{
border-color: #9BA72D;
}
.TagClassName
{
border-color: #9BA72D;
}
</style>