Shades of Citron #8F9608
Tints of Citron #8F9608
RGB
CMYK
RGB Variations
Color information
#8F9608 (or 0x8F9608) is known color: Citron. HEX triplet: 8F, 96 and 08. RGB value is (143,150,8). Sum of RGB (Red+Green+Blue) = 143+150+8=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9608 is #7069F7. Grayscale: #848484. Windows color (decimal): -7367160 or 562831. OLE color: 562831.
HSL color Cylindrical-coordinate representation of color #8F9608: hue angle of 62.96º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F9608 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 8 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.41 |
| HSL | 62.96º | 0.9% | 0.31% | - |
| HSV(B) | 62.96º | 0.95% | 0.59% | - |
| XYZ | 22.28 | 27.67 | 4.4 | - |
| YUV | 131.72 | 58.18 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 8 | 0.05 | 0 | 0.95 | 0.41 | 62.96 | 0.9 | 0.31 |
| Hex | 8F | 96 | 8 | 5 | 0 | 5F | 29 | 3F | 5A | 1F |
| Octal | 217 | 226 | 10 | 5 | 0 | 137 | 51 | 77 | 132 | 37 |
| Binary | 10001111 | 10010110 | 1000 | 101 | 0 | 1011111 | 101001 | 111111 | 1011010 | 11111 |
Color Harmonies of #8F9608
Complementary color
Monochromatic Colors of #8F9608
Black with #8F9608
Text Example
Text Example
White with #8F9608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9608; }
p { color: rgb(143,150,8); }
H1.HeaderClassName
{
color: #8F9608;
}
.AnyTagClassName
{
color: #8F9608;
}
</style>
background-color css
<style>
a { background-color: #8F9608; }
a { background-color: rgb(143,150,8); }
div.DivClassName
{
background-color: #8F9608;
}
.BgClassName
{
background-color: #8F9608;
}
</style>
border-color css
<style>
span { border-color: #8F9608; }
span { border-color: rgb(143,150,8); }
td.TdClassName
{
border-color: #8F9608;
}
.TagClassName
{
border-color: #8F9608;
}
</style>