Shades of Citron #9BA62D
Tints of Citron #9BA62D
RGB
CMYK
RGB Variations
Color information
#9BA62D (or 0x9BA62D) is known color: Citron. HEX triplet: 9B, A6 and 2D. RGB value is (155,166,45). Sum of RGB (Red+Green+Blue) = 155+166+45=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA62D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA62D is #6459D2. Grayscale: #959595. Windows color (decimal): -6576595 or 2991771. OLE color: 2991771.
HSL color Cylindrical-coordinate representation of color #9BA62D: hue angle of 65.45º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9BA62D is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 45 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.35 |
| HSL | 65.45º | 0.57% | 0.41% | - |
| HSV(B) | 65.45º | 0.73% | 0.65% | - |
| XYZ | 27.63 | 34.43 | 7.67 | - |
| YUV | 148.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 45 | 0.07 | 0 | 0.73 | 0.35 | 65.45 | 0.57 | 0.41 |
| Hex | 9B | A6 | 2D | 7 | 0 | 49 | 23 | 41 | 39 | 29 |
| Octal | 233 | 246 | 55 | 7 | 0 | 111 | 43 | 101 | 71 | 51 |
| Binary | 10011011 | 10100110 | 101101 | 111 | 0 | 1001001 | 100011 | 1000001 | 111001 | 101001 |
Color Harmonies of #9BA62D
Complementary color
Monochromatic Colors of #9BA62D
Black with #9BA62D
Text Example
Text Example
White with #9BA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA62D; }
p { color: rgb(155,166,45); }
H1.HeaderClassName
{
color: #9BA62D;
}
.AnyTagClassName
{
color: #9BA62D;
}
</style>
background-color css
<style>
a { background-color: #9BA62D; }
a { background-color: rgb(155,166,45); }
div.DivClassName
{
background-color: #9BA62D;
}
.BgClassName
{
background-color: #9BA62D;
}
</style>
border-color css
<style>
span { border-color: #9BA62D; }
span { border-color: rgb(155,166,45); }
td.TdClassName
{
border-color: #9BA62D;
}
.TagClassName
{
border-color: #9BA62D;
}
</style>