Shades of Citron #8A9B25
Tints of Citron #8A9B25
RGB
CMYK
RGB Variations
Color information
#8A9B25 (or 0x8A9B25) is known color: Citron. HEX triplet: 8A, 9B and 25. RGB value is (138,155,37). Sum of RGB (Red+Green+Blue) = 138+155+37=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9B25 is #7564DA. Grayscale: #888888. Windows color (decimal): -7693531 or 2464650. OLE color: 2464650.
HSL color Cylindrical-coordinate representation of color #8A9B25: hue angle of 68.64º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A9B25 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 155 | 37 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.39 |
| HSL | 68.64º | 0.61% | 0.38% | - |
| HSV(B) | 68.64º | 0.76% | 0.61% | - |
| XYZ | 22.54 | 28.98 | 6.16 | - |
| YUV | 136.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 37 | 0.11 | 0 | 0.76 | 0.39 | 68.64 | 0.61 | 0.38 |
| Hex | 8A | 9B | 25 | B | 0 | 4C | 27 | 45 | 3D | 26 |
| Octal | 212 | 233 | 45 | 13 | 0 | 114 | 47 | 105 | 75 | 46 |
| Binary | 10001010 | 10011011 | 100101 | 1011 | 0 | 1001100 | 100111 | 1000101 | 111101 | 100110 |
Color Harmonies of #8A9B25
Complementary color
Monochromatic Colors of #8A9B25
Black with #8A9B25
Text Example
Text Example
White with #8A9B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9B25; }
p { color: rgb(138,155,37); }
H1.HeaderClassName
{
color: #8A9B25;
}
.AnyTagClassName
{
color: #8A9B25;
}
</style>
background-color css
<style>
a { background-color: #8A9B25; }
a { background-color: rgb(138,155,37); }
div.DivClassName
{
background-color: #8A9B25;
}
.BgClassName
{
background-color: #8A9B25;
}
</style>
border-color css
<style>
span { border-color: #8A9B25; }
span { border-color: rgb(138,155,37); }
td.TdClassName
{
border-color: #8A9B25;
}
.TagClassName
{
border-color: #8A9B25;
}
</style>