Shades of Citron #8A9B2E
Tints of Citron #8A9B2E
RGB
CMYK
RGB Variations
Color information
#8A9B2E (or 0x8A9B2E) is known color: Citron. HEX triplet: 8A, 9B and 2E. RGB value is (138,155,46). Sum of RGB (Red+Green+Blue) = 138+155+46=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9B2E is #7564D1. Grayscale: #898989. Windows color (decimal): -7693522 or 3054474. OLE color: 3054474.
HSL color Cylindrical-coordinate representation of color #8A9B2E: hue angle of 69.36º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A9B2E is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 155 | 46 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.39 |
| HSL | 69.36º | 0.54% | 0.39% | - |
| HSV(B) | 69.36º | 0.7% | 0.61% | - |
| XYZ | 22.7 | 29.04 | 6.99 | - |
| YUV | 137.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 46 | 0.11 | 0 | 0.70 | 0.39 | 69.36 | 0.54 | 0.39 |
| Hex | 8A | 9B | 2E | B | 0 | 46 | 27 | 45 | 36 | 27 |
| Octal | 212 | 233 | 56 | 13 | 0 | 106 | 47 | 105 | 66 | 47 |
| Binary | 10001010 | 10011011 | 101110 | 1011 | 0 | 1000110 | 100111 | 1000101 | 110110 | 100111 |
Color Harmonies of #8A9B2E
Complementary color
Monochromatic Colors of #8A9B2E
Black with #8A9B2E
Text Example
Text Example
White with #8A9B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9B2E; }
p { color: rgb(138,155,46); }
H1.HeaderClassName
{
color: #8A9B2E;
}
.AnyTagClassName
{
color: #8A9B2E;
}
</style>
background-color css
<style>
a { background-color: #8A9B2E; }
a { background-color: rgb(138,155,46); }
div.DivClassName
{
background-color: #8A9B2E;
}
.BgClassName
{
background-color: #8A9B2E;
}
</style>
border-color css
<style>
span { border-color: #8A9B2E; }
span { border-color: rgb(138,155,46); }
td.TdClassName
{
border-color: #8A9B2E;
}
.TagClassName
{
border-color: #8A9B2E;
}
</style>