Shades of Citron #8C9F23
Tints of Citron #8C9F23
RGB
CMYK
RGB Variations
Color information
#8C9F23 (or 0x8C9F23) is known color: Citron. HEX triplet: 8C, 9F and 23. RGB value is (140,159,35). Sum of RGB (Red+Green+Blue) = 140+159+35=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9F23 is #7360DC. Grayscale: #8B8B8B. Windows color (decimal): -7561437 or 2334604. OLE color: 2334604.
HSL color Cylindrical-coordinate representation of color #8C9F23: hue angle of 69.19º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C9F23 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 35 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.38 |
| HSL | 69.19º | 0.64% | 0.38% | - |
| HSV(B) | 69.19º | 0.78% | 0.62% | - |
| XYZ | 23.52 | 30.49 | 6.24 | - |
| YUV | 139.18 | 69.21 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 35 | 0.12 | 0 | 0.78 | 0.38 | 69.19 | 0.64 | 0.38 |
| Hex | 8C | 9F | 23 | C | 0 | 4E | 26 | 45 | 40 | 26 |
| Octal | 214 | 237 | 43 | 14 | 0 | 116 | 46 | 105 | 100 | 46 |
| Binary | 10001100 | 10011111 | 100011 | 1100 | 0 | 1001110 | 100110 | 1000101 | 1000000 | 100110 |
Color Harmonies of #8C9F23
Complementary color
Monochromatic Colors of #8C9F23
Black with #8C9F23
Text Example
Text Example
White with #8C9F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F23; }
p { color: rgb(140,159,35); }
H1.HeaderClassName
{
color: #8C9F23;
}
.AnyTagClassName
{
color: #8C9F23;
}
</style>
background-color css
<style>
a { background-color: #8C9F23; }
a { background-color: rgb(140,159,35); }
div.DivClassName
{
background-color: #8C9F23;
}
.BgClassName
{
background-color: #8C9F23;
}
</style>
border-color css
<style>
span { border-color: #8C9F23; }
span { border-color: rgb(140,159,35); }
td.TdClassName
{
border-color: #8C9F23;
}
.TagClassName
{
border-color: #8C9F23;
}
</style>