Shades of Citron #8A9127
Tints of Citron #8A9127
RGB
CMYK
RGB Variations
Color information
#8A9127 (or 0x8A9127) is known color: Citron. HEX triplet: 8A, 91 and 27. RGB value is (138,145,39). Sum of RGB (Red+Green+Blue) = 138+145+39=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9127 is #756ED8. Grayscale: #838383. Windows color (decimal): -7696089 or 2593162. OLE color: 2593162.
HSL color Cylindrical-coordinate representation of color #8A9127: hue angle of 63.96º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A9127 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 145 | 39 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.43 |
| HSL | 63.96º | 0.58% | 0.36% | - |
| HSV(B) | 63.96º | 0.73% | 0.57% | - |
| XYZ | 20.97 | 25.8 | 5.79 | - |
| YUV | 130.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 39 | 0.05 | 0 | 0.73 | 0.43 | 63.96 | 0.58 | 0.36 |
| Hex | 8A | 91 | 27 | 5 | 0 | 49 | 2B | 40 | 3A | 24 |
| Octal | 212 | 221 | 47 | 5 | 0 | 111 | 53 | 100 | 72 | 44 |
| Binary | 10001010 | 10010001 | 100111 | 101 | 0 | 1001001 | 101011 | 1000000 | 111010 | 100100 |
Color Harmonies of #8A9127
Complementary color
Monochromatic Colors of #8A9127
Black with #8A9127
Text Example
Text Example
White with #8A9127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9127; }
p { color: rgb(138,145,39); }
H1.HeaderClassName
{
color: #8A9127;
}
.AnyTagClassName
{
color: #8A9127;
}
</style>
background-color css
<style>
a { background-color: #8A9127; }
a { background-color: rgb(138,145,39); }
div.DivClassName
{
background-color: #8A9127;
}
.BgClassName
{
background-color: #8A9127;
}
</style>
border-color css
<style>
span { border-color: #8A9127; }
span { border-color: rgb(138,145,39); }
td.TdClassName
{
border-color: #8A9127;
}
.TagClassName
{
border-color: #8A9127;
}
</style>