Shades of Citron #8B960C
Tints of Citron #8B960C
RGB
CMYK
RGB Variations
Color information
#8B960C (or 0x8B960C) is known color: Citron. HEX triplet: 8B, 96 and 0C. RGB value is (139,150,12). Sum of RGB (Red+Green+Blue) = 139+150+12=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #8B960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B960C is #7469F3. Grayscale: #838383. Windows color (decimal): -7629300 or 824971. OLE color: 824971.
HSL color Cylindrical-coordinate representation of color #8B960C: hue angle of 64.78º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B960C is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 150 | 12 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.41 |
| HSL | 64.78º | 0.85% | 0.32% | - |
| HSV(B) | 64.78º | 0.92% | 0.59% | - |
| XYZ | 21.62 | 27.33 | 4.48 | - |
| YUV | 130.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 12 | 0.07 | 0 | 0.92 | 0.41 | 64.78 | 0.85 | 0.32 |
| Hex | 8B | 96 | C | 7 | 0 | 5C | 29 | 41 | 55 | 20 |
| Octal | 213 | 226 | 14 | 7 | 0 | 134 | 51 | 101 | 125 | 40 |
| Binary | 10001011 | 10010110 | 1100 | 111 | 0 | 1011100 | 101001 | 1000001 | 1010101 | 100000 |
Color Harmonies of #8B960C
Complementary color
Monochromatic Colors of #8B960C
Black with #8B960C
Text Example
Text Example
White with #8B960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B960C; }
p { color: rgb(139,150,12); }
H1.HeaderClassName
{
color: #8B960C;
}
.AnyTagClassName
{
color: #8B960C;
}
</style>
background-color css
<style>
a { background-color: #8B960C; }
a { background-color: rgb(139,150,12); }
div.DivClassName
{
background-color: #8B960C;
}
.BgClassName
{
background-color: #8B960C;
}
</style>
border-color css
<style>
span { border-color: #8B960C; }
span { border-color: rgb(139,150,12); }
td.TdClassName
{
border-color: #8B960C;
}
.TagClassName
{
border-color: #8B960C;
}
</style>