Shades of Citrus #9BA20D
Tints of Citrus #9BA20D
RGB
CMYK
RGB Variations
Color information
#9BA20D (or 0x9BA20D) is known color: Citrus. HEX triplet: 9B, A2 and 0D. RGB value is (155,162,13). Sum of RGB (Red+Green+Blue) = 155+162+13=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA20D is #645DF2. Grayscale: #8F8F8F. Windows color (decimal): -6577651 or 893595. OLE color: 893595.
HSL color Cylindrical-coordinate representation of color #9BA20D: hue angle of 62.82º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BA20D is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 13 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.36 |
| HSL | 62.82º | 0.85% | 0.34% | - |
| HSV(B) | 62.82º | 0.92% | 0.64% | - |
| XYZ | 26.51 | 32.84 | 5.32 | - |
| YUV | 142.92 | 54.68 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 13 | 0.04 | 0 | 0.92 | 0.36 | 62.82 | 0.85 | 0.34 |
| Hex | 9B | A2 | D | 4 | 0 | 5C | 24 | 3F | 55 | 22 |
| Octal | 233 | 242 | 15 | 4 | 0 | 134 | 44 | 77 | 125 | 42 |
| Binary | 10011011 | 10100010 | 1101 | 100 | 0 | 1011100 | 100100 | 111111 | 1010101 | 100010 |
Color Harmonies of #9BA20D
Complementary color
Monochromatic Colors of #9BA20D
Black with #9BA20D
Text Example
Text Example
White with #9BA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA20D; }
p { color: rgb(155,162,13); }
H1.HeaderClassName
{
color: #9BA20D;
}
.AnyTagClassName
{
color: #9BA20D;
}
</style>
background-color css
<style>
a { background-color: #9BA20D; }
a { background-color: rgb(155,162,13); }
div.DivClassName
{
background-color: #9BA20D;
}
.BgClassName
{
background-color: #9BA20D;
}
</style>
border-color css
<style>
span { border-color: #9BA20D; }
span { border-color: rgb(155,162,13); }
td.TdClassName
{
border-color: #9BA20D;
}
.TagClassName
{
border-color: #9BA20D;
}
</style>