Shades of Citron #9BA92B
Tints of Citron #9BA92B
RGB
CMYK
RGB Variations
Color information
#9BA92B (or 0x9BA92B) is known color: Citron. HEX triplet: 9B, A9 and 2B. RGB value is (155,169,43). Sum of RGB (Red+Green+Blue) = 155+169+43=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA92B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA92B is #6456D4. Grayscale: #969696. Windows color (decimal): -6575829 or 2861467. OLE color: 2861467.
HSL color Cylindrical-coordinate representation of color #9BA92B: hue angle of 66.67º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BA92B is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 43 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.34 |
| HSL | 66.67º | 0.59% | 0.42% | - |
| HSV(B) | 66.67º | 0.75% | 0.66% | - |
| XYZ | 28.14 | 35.52 | 7.66 | - |
| YUV | 150.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 43 | 0.08 | 0 | 0.75 | 0.34 | 66.67 | 0.59 | 0.42 |
| Hex | 9B | A9 | 2B | 8 | 0 | 4B | 22 | 43 | 3B | 2A |
| Octal | 233 | 251 | 53 | 10 | 0 | 113 | 42 | 103 | 73 | 52 |
| Binary | 10011011 | 10101001 | 101011 | 1000 | 0 | 1001011 | 100010 | 1000011 | 111011 | 101010 |
Color Harmonies of #9BA92B
Complementary color
Monochromatic Colors of #9BA92B
Black with #9BA92B
Text Example
Text Example
White with #9BA92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA92B; }
p { color: rgb(155,169,43); }
H1.HeaderClassName
{
color: #9BA92B;
}
.AnyTagClassName
{
color: #9BA92B;
}
</style>
background-color css
<style>
a { background-color: #9BA92B; }
a { background-color: rgb(155,169,43); }
div.DivClassName
{
background-color: #9BA92B;
}
.BgClassName
{
background-color: #9BA92B;
}
</style>
border-color css
<style>
span { border-color: #9BA92B; }
span { border-color: rgb(155,169,43); }
td.TdClassName
{
border-color: #9BA92B;
}
.TagClassName
{
border-color: #9BA92B;
}
</style>