Shades of Citron #9BA02D
Tints of Citron #9BA02D
RGB
CMYK
RGB Variations
Color information
#9BA02D (or 0x9BA02D) is known color: Citron. HEX triplet: 9B, A0 and 2D. RGB value is (155,160,45). Sum of RGB (Red+Green+Blue) = 155+160+45=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA02D is #645FD2. Grayscale: #919191. Windows color (decimal): -6578131 or 2990235. OLE color: 2990235.
HSL color Cylindrical-coordinate representation of color #9BA02D: hue angle of 62.61º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BA02D is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 45 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.37 |
| HSL | 62.61º | 0.56% | 0.4% | - |
| HSV(B) | 62.61º | 0.72% | 0.63% | - |
| XYZ | 26.56 | 32.3 | 7.32 | - |
| YUV | 145.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 45 | 0.03 | 0 | 0.72 | 0.37 | 62.61 | 0.56 | 0.4 |
| Hex | 9B | A0 | 2D | 3 | 0 | 48 | 25 | 3F | 38 | 28 |
| Octal | 233 | 240 | 55 | 3 | 0 | 110 | 45 | 77 | 70 | 50 |
| Binary | 10011011 | 10100000 | 101101 | 11 | 0 | 1001000 | 100101 | 111111 | 111000 | 101000 |
Color Harmonies of #9BA02D
Complementary color
Monochromatic Colors of #9BA02D
Black with #9BA02D
Text Example
Text Example
White with #9BA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA02D; }
p { color: rgb(155,160,45); }
H1.HeaderClassName
{
color: #9BA02D;
}
.AnyTagClassName
{
color: #9BA02D;
}
</style>
background-color css
<style>
a { background-color: #9BA02D; }
a { background-color: rgb(155,160,45); }
div.DivClassName
{
background-color: #9BA02D;
}
.BgClassName
{
background-color: #9BA02D;
}
</style>
border-color css
<style>
span { border-color: #9BA02D; }
span { border-color: rgb(155,160,45); }
td.TdClassName
{
border-color: #9BA02D;
}
.TagClassName
{
border-color: #9BA02D;
}
</style>