Shades of Citron #8C930B
Tints of Citron #8C930B
RGB
CMYK
RGB Variations
Color information
#8C930B (or 0x8C930B) is known color: Citron. HEX triplet: 8C, 93 and 0B. RGB value is (140,147,11). Sum of RGB (Red+Green+Blue) = 140+147+11=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #8C930B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C930B is #736CF4. Grayscale: #818181. Windows color (decimal): -7564533 or 758668. OLE color: 758668.
HSL color Cylindrical-coordinate representation of color #8C930B: hue angle of 63.09º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C930B is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 11 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.42 |
| HSL | 63.09º | 0.86% | 0.31% | - |
| HSV(B) | 63.09º | 0.93% | 0.58% | - |
| XYZ | 21.31 | 26.47 | 4.3 | - |
| YUV | 129.4 | 61.18 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 11 | 0.05 | 0 | 0.93 | 0.42 | 63.09 | 0.86 | 0.31 |
| Hex | 8C | 93 | B | 5 | 0 | 5D | 2A | 3F | 56 | 1F |
| Octal | 214 | 223 | 13 | 5 | 0 | 135 | 52 | 77 | 126 | 37 |
| Binary | 10001100 | 10010011 | 1011 | 101 | 0 | 1011101 | 101010 | 111111 | 1010110 | 11111 |
Color Harmonies of #8C930B
Complementary color
Monochromatic Colors of #8C930B
Black with #8C930B
Text Example
Text Example
White with #8C930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C930B; }
p { color: rgb(140,147,11); }
H1.HeaderClassName
{
color: #8C930B;
}
.AnyTagClassName
{
color: #8C930B;
}
</style>
background-color css
<style>
a { background-color: #8C930B; }
a { background-color: rgb(140,147,11); }
div.DivClassName
{
background-color: #8C930B;
}
.BgClassName
{
background-color: #8C930B;
}
</style>
border-color css
<style>
span { border-color: #8C930B; }
span { border-color: rgb(140,147,11); }
td.TdClassName
{
border-color: #8C930B;
}
.TagClassName
{
border-color: #8C930B;
}
</style>