Shades of Citron #8F9B0D
Tints of Citron #8F9B0D
RGB
CMYK
RGB Variations
Color information
#8F9B0D (or 0x8F9B0D) is known color: Citron. HEX triplet: 8F, 9B and 0D. RGB value is (143,155,13). Sum of RGB (Red+Green+Blue) = 143+155+13=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9B0D is #7064F2. Grayscale: #878787. Windows color (decimal): -7365875 or 891791. OLE color: 891791.
HSL color Cylindrical-coordinate representation of color #8F9B0D: hue angle of 65.07º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F9B0D is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 155 | 13 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.39 |
| HSL | 65.07º | 0.85% | 0.33% | - |
| HSV(B) | 65.07º | 0.92% | 0.61% | - |
| XYZ | 23.12 | 29.31 | 4.82 | - |
| YUV | 135.22 | 59.02 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 13 | 0.08 | 0 | 0.92 | 0.39 | 65.07 | 0.85 | 0.33 |
| Hex | 8F | 9B | D | 8 | 0 | 5C | 27 | 41 | 55 | 21 |
| Octal | 217 | 233 | 15 | 10 | 0 | 134 | 47 | 101 | 125 | 41 |
| Binary | 10001111 | 10011011 | 1101 | 1000 | 0 | 1011100 | 100111 | 1000001 | 1010101 | 100001 |
Color Harmonies of #8F9B0D
Complementary color
Monochromatic Colors of #8F9B0D
Black with #8F9B0D
Text Example
Text Example
White with #8F9B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9B0D; }
p { color: rgb(143,155,13); }
H1.HeaderClassName
{
color: #8F9B0D;
}
.AnyTagClassName
{
color: #8F9B0D;
}
</style>
background-color css
<style>
a { background-color: #8F9B0D; }
a { background-color: rgb(143,155,13); }
div.DivClassName
{
background-color: #8F9B0D;
}
.BgClassName
{
background-color: #8F9B0D;
}
</style>
border-color css
<style>
span { border-color: #8F9B0D; }
span { border-color: rgb(143,155,13); }
td.TdClassName
{
border-color: #8F9B0D;
}
.TagClassName
{
border-color: #8F9B0D;
}
</style>