Shades of Citron #9BA218
Tints of Citron #9BA218
RGB
CMYK
RGB Variations
Color information
#9BA218 (or 0x9BA218) is known color: Citron. HEX triplet: 9B, A2 and 18. RGB value is (155,162,24). Sum of RGB (Red+Green+Blue) = 155+162+24=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA218 is #645DE7. Grayscale: #909090. Windows color (decimal): -6577640 or 1614491. OLE color: 1614491.
HSL color Cylindrical-coordinate representation of color #9BA218: hue angle of 63.04º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9BA218 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 24 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.36 |
| HSL | 63.04º | 0.74% | 0.36% | - |
| HSV(B) | 63.04º | 0.85% | 0.64% | - |
| XYZ | 26.6 | 32.88 | 5.81 | - |
| YUV | 144.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 24 | 0.04 | 0 | 0.85 | 0.36 | 63.04 | 0.74 | 0.36 |
| Hex | 9B | A2 | 18 | 4 | 0 | 55 | 24 | 3F | 4A | 24 |
| Octal | 233 | 242 | 30 | 4 | 0 | 125 | 44 | 77 | 112 | 44 |
| Binary | 10011011 | 10100010 | 11000 | 100 | 0 | 1010101 | 100100 | 111111 | 1001010 | 100100 |
Color Harmonies of #9BA218
Complementary color
Monochromatic Colors of #9BA218
Black with #9BA218
Text Example
Text Example
White with #9BA218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA218; }
p { color: rgb(155,162,24); }
H1.HeaderClassName
{
color: #9BA218;
}
.AnyTagClassName
{
color: #9BA218;
}
</style>
background-color css
<style>
a { background-color: #9BA218; }
a { background-color: rgb(155,162,24); }
div.DivClassName
{
background-color: #9BA218;
}
.BgClassName
{
background-color: #9BA218;
}
</style>
border-color css
<style>
span { border-color: #9BA218; }
span { border-color: rgb(155,162,24); }
td.TdClassName
{
border-color: #9BA218;
}
.TagClassName
{
border-color: #9BA218;
}
</style>