Shades of Citron #9BA61D
Tints of Citron #9BA61D
RGB
CMYK
RGB Variations
Color information
#9BA61D (or 0x9BA61D) is known color: Citron. HEX triplet: 9B, A6 and 1D. RGB value is (155,166,29). Sum of RGB (Red+Green+Blue) = 155+166+29=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA61D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA61D is #6459E2. Grayscale: #939393. Windows color (decimal): -6576611 or 1943195. OLE color: 1943195.
HSL color Cylindrical-coordinate representation of color #9BA61D: hue angle of 64.82º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9BA61D is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 29 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.35 |
| HSL | 64.82º | 0.7% | 0.38% | - |
| HSV(B) | 64.82º | 0.83% | 0.65% | - |
| XYZ | 27.38 | 34.33 | 6.35 | - |
| YUV | 147.09 | 61.36 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 29 | 0.07 | 0 | 0.83 | 0.35 | 64.82 | 0.7 | 0.38 |
| Hex | 9B | A6 | 1D | 7 | 0 | 53 | 23 | 41 | 46 | 26 |
| Octal | 233 | 246 | 35 | 7 | 0 | 123 | 43 | 101 | 106 | 46 |
| Binary | 10011011 | 10100110 | 11101 | 111 | 0 | 1010011 | 100011 | 1000001 | 1000110 | 100110 |
Color Harmonies of #9BA61D
Complementary color
Monochromatic Colors of #9BA61D
Black with #9BA61D
Text Example
Text Example
White with #9BA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA61D; }
p { color: rgb(155,166,29); }
H1.HeaderClassName
{
color: #9BA61D;
}
.AnyTagClassName
{
color: #9BA61D;
}
</style>
background-color css
<style>
a { background-color: #9BA61D; }
a { background-color: rgb(155,166,29); }
div.DivClassName
{
background-color: #9BA61D;
}
.BgClassName
{
background-color: #9BA61D;
}
</style>
border-color css
<style>
span { border-color: #9BA61D; }
span { border-color: rgb(155,166,29); }
td.TdClassName
{
border-color: #9BA61D;
}
.TagClassName
{
border-color: #9BA61D;
}
</style>