Shades of Citron #8B9C16
Tints of Citron #8B9C16
RGB
CMYK
RGB Variations
Color information
#8B9C16 (or 0x8B9C16) is known color: Citron. HEX triplet: 8B, 9C and 16. RGB value is (139,156,22). Sum of RGB (Red+Green+Blue) = 139+156+22=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #8B9C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9C16 is #7463E9. Grayscale: #888888. Windows color (decimal): -7627754 or 1481867. OLE color: 1481867.
HSL color Cylindrical-coordinate representation of color #8B9C16: hue angle of 67.61º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B9C16 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 156 | 22 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.39 |
| HSL | 67.61º | 0.75% | 0.35% | - |
| HSV(B) | 67.61º | 0.86% | 0.61% | - |
| XYZ | 22.68 | 29.32 | 5.22 | - |
| YUV | 135.64 | 63.87 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 156 | 22 | 0.11 | 0 | 0.86 | 0.39 | 67.61 | 0.75 | 0.35 |
| Hex | 8B | 9C | 16 | B | 0 | 56 | 27 | 44 | 4B | 23 |
| Octal | 213 | 234 | 26 | 13 | 0 | 126 | 47 | 104 | 113 | 43 |
| Binary | 10001011 | 10011100 | 10110 | 1011 | 0 | 1010110 | 100111 | 1000100 | 1001011 | 100011 |
Color Harmonies of #8B9C16
Complementary color
Monochromatic Colors of #8B9C16
Black with #8B9C16
Text Example
Text Example
White with #8B9C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9C16; }
p { color: rgb(139,156,22); }
H1.HeaderClassName
{
color: #8B9C16;
}
.AnyTagClassName
{
color: #8B9C16;
}
</style>
background-color css
<style>
a { background-color: #8B9C16; }
a { background-color: rgb(139,156,22); }
div.DivClassName
{
background-color: #8B9C16;
}
.BgClassName
{
background-color: #8B9C16;
}
</style>
border-color css
<style>
span { border-color: #8B9C16; }
span { border-color: rgb(139,156,22); }
td.TdClassName
{
border-color: #8B9C16;
}
.TagClassName
{
border-color: #8B9C16;
}
</style>