Shades of Citron #9BA21C
Tints of Citron #9BA21C
RGB
CMYK
RGB Variations
Color information
#9BA21C (or 0x9BA21C) is known color: Citron. HEX triplet: 9B, A2 and 1C. RGB value is (155,162,28). Sum of RGB (Red+Green+Blue) = 155+162+28=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA21C is #645DE3. Grayscale: #919191. Windows color (decimal): -6577636 or 1876635. OLE color: 1876635.
HSL color Cylindrical-coordinate representation of color #9BA21C: hue angle of 63.13º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9BA21C is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 28 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.36 |
| HSL | 63.13º | 0.71% | 0.37% | - |
| HSV(B) | 63.13º | 0.83% | 0.64% | - |
| XYZ | 26.65 | 32.89 | 6.04 | - |
| YUV | 144.63 | 62.18 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 28 | 0.04 | 0 | 0.83 | 0.36 | 63.13 | 0.71 | 0.37 |
| Hex | 9B | A2 | 1C | 4 | 0 | 53 | 24 | 3F | 47 | 25 |
| Octal | 233 | 242 | 34 | 4 | 0 | 123 | 44 | 77 | 107 | 45 |
| Binary | 10011011 | 10100010 | 11100 | 100 | 0 | 1010011 | 100100 | 111111 | 1000111 | 100101 |
Color Harmonies of #9BA21C
Complementary color
Monochromatic Colors of #9BA21C
Black with #9BA21C
Text Example
Text Example
White with #9BA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA21C; }
p { color: rgb(155,162,28); }
H1.HeaderClassName
{
color: #9BA21C;
}
.AnyTagClassName
{
color: #9BA21C;
}
</style>
background-color css
<style>
a { background-color: #9BA21C; }
a { background-color: rgb(155,162,28); }
div.DivClassName
{
background-color: #9BA21C;
}
.BgClassName
{
background-color: #9BA21C;
}
</style>
border-color css
<style>
span { border-color: #9BA21C; }
span { border-color: rgb(155,162,28); }
td.TdClassName
{
border-color: #9BA21C;
}
.TagClassName
{
border-color: #9BA21C;
}
</style>