Shades of Citron #8A8D1C
Tints of Citron #8A8D1C
RGB
CMYK
RGB Variations
Color information
#8A8D1C (or 0x8A8D1C) is known color: Citron. HEX triplet: 8A, 8D and 1C. RGB value is (138,141,28). Sum of RGB (Red+Green+Blue) = 138+141+28=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8D1C is #7572E3. Grayscale: #7F7F7F. Windows color (decimal): -7697124 or 1871242. OLE color: 1871242.
HSL color Cylindrical-coordinate representation of color #8A8D1C: hue angle of 61.59º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A8D1C is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 141 | 28 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.45 |
| HSL | 61.59º | 0.67% | 0.33% | - |
| HSV(B) | 61.59º | 0.8% | 0.55% | - |
| XYZ | 20.22 | 24.54 | 4.77 | - |
| YUV | 127.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 28 | 0.02 | 0 | 0.80 | 0.45 | 61.59 | 0.67 | 0.33 |
| Hex | 8A | 8D | 1C | 2 | 0 | 50 | 2D | 3E | 43 | 21 |
| Octal | 212 | 215 | 34 | 2 | 0 | 120 | 55 | 76 | 103 | 41 |
| Binary | 10001010 | 10001101 | 11100 | 10 | 0 | 1010000 | 101101 | 111110 | 1000011 | 100001 |
Color Harmonies of #8A8D1C
Complementary color
Monochromatic Colors of #8A8D1C
Black with #8A8D1C
Text Example
Text Example
White with #8A8D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8D1C; }
p { color: rgb(138,141,28); }
H1.HeaderClassName
{
color: #8A8D1C;
}
.AnyTagClassName
{
color: #8A8D1C;
}
</style>
background-color css
<style>
a { background-color: #8A8D1C; }
a { background-color: rgb(138,141,28); }
div.DivClassName
{
background-color: #8A8D1C;
}
.BgClassName
{
background-color: #8A8D1C;
}
</style>
border-color css
<style>
span { border-color: #8A8D1C; }
span { border-color: rgb(138,141,28); }
td.TdClassName
{
border-color: #8A8D1C;
}
.TagClassName
{
border-color: #8A8D1C;
}
</style>