Shades of Citron #8A9426
Tints of Citron #8A9426
RGB
CMYK
RGB Variations
Color information
#8A9426 (or 0x8A9426) is known color: Citron. HEX triplet: 8A, 94 and 26. RGB value is (138,148,38). Sum of RGB (Red+Green+Blue) = 138+148+38=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9426 is #756BD9. Grayscale: #848484. Windows color (decimal): -7695322 or 2528394. OLE color: 2528394.
HSL color Cylindrical-coordinate representation of color #8A9426: hue angle of 65.45º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A9426 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 38 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.42 |
| HSL | 65.45º | 0.59% | 0.36% | - |
| HSV(B) | 65.45º | 0.74% | 0.58% | - |
| XYZ | 21.42 | 26.72 | 5.86 | - |
| YUV | 132.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 38 | 0.07 | 0 | 0.74 | 0.42 | 65.45 | 0.59 | 0.36 |
| Hex | 8A | 94 | 26 | 7 | 0 | 4A | 2A | 41 | 3B | 24 |
| Octal | 212 | 224 | 46 | 7 | 0 | 112 | 52 | 101 | 73 | 44 |
| Binary | 10001010 | 10010100 | 100110 | 111 | 0 | 1001010 | 101010 | 1000001 | 111011 | 100100 |
Color Harmonies of #8A9426
Complementary color
Monochromatic Colors of #8A9426
Black with #8A9426
Text Example
Text Example
White with #8A9426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9426; }
p { color: rgb(138,148,38); }
H1.HeaderClassName
{
color: #8A9426;
}
.AnyTagClassName
{
color: #8A9426;
}
</style>
background-color css
<style>
a { background-color: #8A9426; }
a { background-color: rgb(138,148,38); }
div.DivClassName
{
background-color: #8A9426;
}
.BgClassName
{
background-color: #8A9426;
}
</style>
border-color css
<style>
span { border-color: #8A9426; }
span { border-color: rgb(138,148,38); }
td.TdClassName
{
border-color: #8A9426;
}
.TagClassName
{
border-color: #8A9426;
}
</style>