Shades of Citron #8C8F26
Tints of Citron #8C8F26
RGB
CMYK
RGB Variations
Color information
#8C8F26 (or 0x8C8F26) is known color: Citron. HEX triplet: 8C, 8F and 26. RGB value is (140,143,38). Sum of RGB (Red+Green+Blue) = 140+143+38=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8F26 is #7370D9. Grayscale: #828282. Windows color (decimal): -7565530 or 2527116. OLE color: 2527116.
HSL color Cylindrical-coordinate representation of color #8C8F26: hue angle of 61.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C8F26 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 38 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.44 |
| HSL | 61.71º | 0.58% | 0.35% | - |
| HSV(B) | 61.71º | 0.73% | 0.56% | - |
| XYZ | 20.99 | 25.36 | 5.62 | - |
| YUV | 130.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 38 | 0.02 | 0 | 0.73 | 0.44 | 61.71 | 0.58 | 0.35 |
| Hex | 8C | 8F | 26 | 2 | 0 | 49 | 2C | 3E | 3A | 23 |
| Octal | 214 | 217 | 46 | 2 | 0 | 111 | 54 | 76 | 72 | 43 |
| Binary | 10001100 | 10001111 | 100110 | 10 | 0 | 1001001 | 101100 | 111110 | 111010 | 100011 |
Color Harmonies of #8C8F26
Complementary color
Monochromatic Colors of #8C8F26
Black with #8C8F26
Text Example
Text Example
White with #8C8F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F26; }
p { color: rgb(140,143,38); }
H1.HeaderClassName
{
color: #8C8F26;
}
.AnyTagClassName
{
color: #8C8F26;
}
</style>
background-color css
<style>
a { background-color: #8C8F26; }
a { background-color: rgb(140,143,38); }
div.DivClassName
{
background-color: #8C8F26;
}
.BgClassName
{
background-color: #8C8F26;
}
</style>
border-color css
<style>
span { border-color: #8C8F26; }
span { border-color: rgb(140,143,38); }
td.TdClassName
{
border-color: #8C8F26;
}
.TagClassName
{
border-color: #8C8F26;
}
</style>