Shades of Citron #9BA92C
Tints of Citron #9BA92C
RGB
CMYK
RGB Variations
Color information
#9BA92C (or 0x9BA92C) is known color: Citron. HEX triplet: 9B, A9 and 2C. RGB value is (155,169,44). Sum of RGB (Red+Green+Blue) = 155+169+44=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA92C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA92C is #6456D3. Grayscale: #979797. Windows color (decimal): -6575828 or 2927003. OLE color: 2927003.
HSL color Cylindrical-coordinate representation of color #9BA92C: hue angle of 66.72º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BA92C is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 44 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.34 |
| HSL | 66.72º | 0.59% | 0.42% | - |
| HSV(B) | 66.72º | 0.74% | 0.66% | - |
| XYZ | 28.16 | 35.53 | 7.76 | - |
| YUV | 150.56 | 67.86 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 44 | 0.08 | 0 | 0.74 | 0.34 | 66.72 | 0.59 | 0.42 |
| Hex | 9B | A9 | 2C | 8 | 0 | 4A | 22 | 43 | 3B | 2A |
| Octal | 233 | 251 | 54 | 10 | 0 | 112 | 42 | 103 | 73 | 52 |
| Binary | 10011011 | 10101001 | 101100 | 1000 | 0 | 1001010 | 100010 | 1000011 | 111011 | 101010 |
Color Harmonies of #9BA92C
Complementary color
Monochromatic Colors of #9BA92C
Black with #9BA92C
Text Example
Text Example
White with #9BA92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA92C; }
p { color: rgb(155,169,44); }
H1.HeaderClassName
{
color: #9BA92C;
}
.AnyTagClassName
{
color: #9BA92C;
}
</style>
background-color css
<style>
a { background-color: #9BA92C; }
a { background-color: rgb(155,169,44); }
div.DivClassName
{
background-color: #9BA92C;
}
.BgClassName
{
background-color: #9BA92C;
}
</style>
border-color css
<style>
span { border-color: #9BA92C; }
span { border-color: rgb(155,169,44); }
td.TdClassName
{
border-color: #9BA92C;
}
.TagClassName
{
border-color: #9BA92C;
}
</style>