Shades of Citron #8D8F27
Tints of Citron #8D8F27
RGB
CMYK
RGB Variations
Color information
#8D8F27 (or 0x8D8F27) is known color: Citron. HEX triplet: 8D, 8F and 27. RGB value is (141,143,39). Sum of RGB (Red+Green+Blue) = 141+143+39=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #8D8F27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8F27 is #7270D8. Grayscale: #828282. Windows color (decimal): -7499993 or 2592653. OLE color: 2592653.
HSL color Cylindrical-coordinate representation of color #8D8F27: hue angle of 61.15º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D8F27 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 143 | 39 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.44 |
| HSL | 61.15º | 0.57% | 0.36% | - |
| HSV(B) | 61.15º | 0.73% | 0.56% | - |
| XYZ | 21.17 | 25.45 | 5.72 | - |
| YUV | 130.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 143 | 39 | 0.01 | 0 | 0.73 | 0.44 | 61.15 | 0.57 | 0.36 |
| Hex | 8D | 8F | 27 | 1 | 0 | 49 | 2C | 3D | 39 | 24 |
| Octal | 215 | 217 | 47 | 1 | 0 | 111 | 54 | 75 | 71 | 44 |
| Binary | 10001101 | 10001111 | 100111 | 1 | 0 | 1001001 | 101100 | 111101 | 111001 | 100100 |
Color Harmonies of #8D8F27
Complementary color
Monochromatic Colors of #8D8F27
Black with #8D8F27
Text Example
Text Example
White with #8D8F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8F27; }
p { color: rgb(141,143,39); }
H1.HeaderClassName
{
color: #8D8F27;
}
.AnyTagClassName
{
color: #8D8F27;
}
</style>
background-color css
<style>
a { background-color: #8D8F27; }
a { background-color: rgb(141,143,39); }
div.DivClassName
{
background-color: #8D8F27;
}
.BgClassName
{
background-color: #8D8F27;
}
</style>
border-color css
<style>
span { border-color: #8D8F27; }
span { border-color: rgb(141,143,39); }
td.TdClassName
{
border-color: #8D8F27;
}
.TagClassName
{
border-color: #8D8F27;
}
</style>