Shades of Citron #9BA52D
Tints of Citron #9BA52D
RGB
CMYK
RGB Variations
Color information
#9BA52D (or 0x9BA52D) is known color: Citron. HEX triplet: 9B, A5 and 2D. RGB value is (155,165,45). Sum of RGB (Red+Green+Blue) = 155+165+45=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA52D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA52D is #645AD2. Grayscale: #949494. Windows color (decimal): -6576851 or 2991515. OLE color: 2991515.
HSL color Cylindrical-coordinate representation of color #9BA52D: hue angle of 65º 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 #9BA52D is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 45 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.35 |
| HSL | 65º | 0.57% | 0.41% | - |
| HSV(B) | 65º | 0.73% | 0.65% | - |
| XYZ | 27.45 | 34.07 | 7.61 | - |
| YUV | 148.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 45 | 0.06 | 0 | 0.73 | 0.35 | 65 | 0.57 | 0.41 |
| Hex | 9B | A5 | 2D | 6 | 0 | 49 | 23 | 41 | 39 | 29 |
| Octal | 233 | 245 | 55 | 6 | 0 | 111 | 43 | 101 | 71 | 51 |
| Binary | 10011011 | 10100101 | 101101 | 110 | 0 | 1001001 | 100011 | 1000001 | 111001 | 101001 |
Color Harmonies of #9BA52D
Complementary color
Monochromatic Colors of #9BA52D
Black with #9BA52D
Text Example
Text Example
White with #9BA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA52D; }
p { color: rgb(155,165,45); }
H1.HeaderClassName
{
color: #9BA52D;
}
.AnyTagClassName
{
color: #9BA52D;
}
</style>
background-color css
<style>
a { background-color: #9BA52D; }
a { background-color: rgb(155,165,45); }
div.DivClassName
{
background-color: #9BA52D;
}
.BgClassName
{
background-color: #9BA52D;
}
</style>
border-color css
<style>
span { border-color: #9BA52D; }
span { border-color: rgb(155,165,45); }
td.TdClassName
{
border-color: #9BA52D;
}
.TagClassName
{
border-color: #9BA52D;
}
</style>