Shades of Citron #9BA92A
Tints of Citron #9BA92A
RGB
CMYK
RGB Variations
Color information
#9BA92A (or 0x9BA92A) is known color: Citron. HEX triplet: 9B, A9 and 2A. RGB value is (155,169,42). Sum of RGB (Red+Green+Blue) = 155+169+42=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA92A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA92A is #6456D5. Grayscale: #969696. Windows color (decimal): -6575830 or 2795931. OLE color: 2795931.
HSL color Cylindrical-coordinate representation of color #9BA92A: hue angle of 66.61º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BA92A is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 42 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.34 |
| HSL | 66.61º | 0.6% | 0.41% | - |
| HSV(B) | 66.61º | 0.75% | 0.66% | - |
| XYZ | 28.12 | 35.51 | 7.56 | - |
| YUV | 150.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 42 | 0.08 | 0 | 0.75 | 0.34 | 66.61 | 0.6 | 0.41 |
| Hex | 9B | A9 | 2A | 8 | 0 | 4B | 22 | 43 | 3C | 29 |
| Octal | 233 | 251 | 52 | 10 | 0 | 113 | 42 | 103 | 74 | 51 |
| Binary | 10011011 | 10101001 | 101010 | 1000 | 0 | 1001011 | 100010 | 1000011 | 111100 | 101001 |
Color Harmonies of #9BA92A
Complementary color
Monochromatic Colors of #9BA92A
Black with #9BA92A
Text Example
Text Example
White with #9BA92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA92A; }
p { color: rgb(155,169,42); }
H1.HeaderClassName
{
color: #9BA92A;
}
.AnyTagClassName
{
color: #9BA92A;
}
</style>
background-color css
<style>
a { background-color: #9BA92A; }
a { background-color: rgb(155,169,42); }
div.DivClassName
{
background-color: #9BA92A;
}
.BgClassName
{
background-color: #9BA92A;
}
</style>
border-color css
<style>
span { border-color: #9BA92A; }
span { border-color: rgb(155,169,42); }
td.TdClassName
{
border-color: #9BA92A;
}
.TagClassName
{
border-color: #9BA92A;
}
</style>