Shades of Citron #8B8C15
Tints of Citron #8B8C15
RGB
CMYK
RGB Variations
Color information
#8B8C15 (or 0x8B8C15) is known color: Citron. HEX triplet: 8B, 8C and 15. RGB value is (139,140,21). Sum of RGB (Red+Green+Blue) = 139+140+21=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #8B8C15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8C15 is #7473EA. Grayscale: #7E7E7E. Windows color (decimal): -7631851 or 1412235. OLE color: 1412235.
HSL color Cylindrical-coordinate representation of color #8B8C15: hue angle of 60.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B8C15 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 140 | 21 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.45 |
| HSL | 60.5º | 0.74% | 0.32% | - |
| HSV(B) | 60.5º | 0.85% | 0.55% | - |
| XYZ | 20.16 | 24.3 | 4.34 | - |
| YUV | 126.14 | 68.67 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 140 | 21 | 0.01 | 0 | 0.85 | 0.45 | 60.5 | 0.74 | 0.32 |
| Hex | 8B | 8C | 15 | 1 | 0 | 55 | 2D | 3D | 4A | 20 |
| Octal | 213 | 214 | 25 | 1 | 0 | 125 | 55 | 75 | 112 | 40 |
| Binary | 10001011 | 10001100 | 10101 | 1 | 0 | 1010101 | 101101 | 111101 | 1001010 | 100000 |
Color Harmonies of #8B8C15
Complementary color
Monochromatic Colors of #8B8C15
Black with #8B8C15
Text Example
Text Example
White with #8B8C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8C15; }
p { color: rgb(139,140,21); }
H1.HeaderClassName
{
color: #8B8C15;
}
.AnyTagClassName
{
color: #8B8C15;
}
</style>
background-color css
<style>
a { background-color: #8B8C15; }
a { background-color: rgb(139,140,21); }
div.DivClassName
{
background-color: #8B8C15;
}
.BgClassName
{
background-color: #8B8C15;
}
</style>
border-color css
<style>
span { border-color: #8B8C15; }
span { border-color: rgb(139,140,21); }
td.TdClassName
{
border-color: #8B8C15;
}
.TagClassName
{
border-color: #8B8C15;
}
</style>