Shades of Citron #9BA425
Tints of Citron #9BA425
RGB
CMYK
RGB Variations
Color information
#9BA425 (or 0x9BA425) is known color: Citron. HEX triplet: 9B, A4 and 25. RGB value is (155,164,37). Sum of RGB (Red+Green+Blue) = 155+164+37=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA425 is #645BDA. Grayscale: #939393. Windows color (decimal): -6577115 or 2466971. OLE color: 2466971.
HSL color Cylindrical-coordinate representation of color #9BA425: hue angle of 64.25º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BA425 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 37 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.36 |
| HSL | 64.25º | 0.63% | 0.39% | - |
| HSV(B) | 64.25º | 0.77% | 0.64% | - |
| XYZ | 27.13 | 33.65 | 6.82 | - |
| YUV | 146.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 37 | 0.05 | 0 | 0.77 | 0.36 | 64.25 | 0.63 | 0.39 |
| Hex | 9B | A4 | 25 | 5 | 0 | 4D | 24 | 40 | 3F | 27 |
| Octal | 233 | 244 | 45 | 5 | 0 | 115 | 44 | 100 | 77 | 47 |
| Binary | 10011011 | 10100100 | 100101 | 101 | 0 | 1001101 | 100100 | 1000000 | 111111 | 100111 |
Color Harmonies of #9BA425
Complementary color
Monochromatic Colors of #9BA425
Black with #9BA425
Text Example
Text Example
White with #9BA425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA425; }
p { color: rgb(155,164,37); }
H1.HeaderClassName
{
color: #9BA425;
}
.AnyTagClassName
{
color: #9BA425;
}
</style>
background-color css
<style>
a { background-color: #9BA425; }
a { background-color: rgb(155,164,37); }
div.DivClassName
{
background-color: #9BA425;
}
.BgClassName
{
background-color: #9BA425;
}
</style>
border-color css
<style>
span { border-color: #9BA425; }
span { border-color: rgb(155,164,37); }
td.TdClassName
{
border-color: #9BA425;
}
.TagClassName
{
border-color: #9BA425;
}
</style>