Shades of Citron #8A951E
Tints of Citron #8A951E
RGB
CMYK
RGB Variations
Color information
#8A951E (or 0x8A951E) is known color: Citron. HEX triplet: 8A, 95 and 1E. RGB value is (138,149,30). Sum of RGB (Red+Green+Blue) = 138+149+30=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #8A951E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A951E is #756AE1. Grayscale: #848484. Windows color (decimal): -7695074 or 2004362. OLE color: 2004362.
HSL color Cylindrical-coordinate representation of color #8A951E: hue angle of 65.55º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A951E is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 30 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.42 |
| HSL | 65.55º | 0.66% | 0.35% | - |
| HSV(B) | 65.55º | 0.8% | 0.58% | - |
| XYZ | 21.46 | 26.99 | 5.31 | - |
| YUV | 132.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 30 | 0.07 | 0 | 0.80 | 0.42 | 65.55 | 0.66 | 0.35 |
| Hex | 8A | 95 | 1E | 7 | 0 | 50 | 2A | 42 | 42 | 23 |
| Octal | 212 | 225 | 36 | 7 | 0 | 120 | 52 | 102 | 102 | 43 |
| Binary | 10001010 | 10010101 | 11110 | 111 | 0 | 1010000 | 101010 | 1000010 | 1000010 | 100011 |
Color Harmonies of #8A951E
Complementary color
Monochromatic Colors of #8A951E
Black with #8A951E
Text Example
Text Example
White with #8A951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A951E; }
p { color: rgb(138,149,30); }
H1.HeaderClassName
{
color: #8A951E;
}
.AnyTagClassName
{
color: #8A951E;
}
</style>
background-color css
<style>
a { background-color: #8A951E; }
a { background-color: rgb(138,149,30); }
div.DivClassName
{
background-color: #8A951E;
}
.BgClassName
{
background-color: #8A951E;
}
</style>
border-color css
<style>
span { border-color: #8A951E; }
span { border-color: rgb(138,149,30); }
td.TdClassName
{
border-color: #8A951E;
}
.TagClassName
{
border-color: #8A951E;
}
</style>