Shades of Citron #8B970F
Tints of Citron #8B970F
RGB
CMYK
RGB Variations
Color information
#8B970F (or 0x8B970F) is known color: Citron. HEX triplet: 8B, 97 and 0F. RGB value is (139,151,15). Sum of RGB (Red+Green+Blue) = 139+151+15=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #8B970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B970F is #7468F0. Grayscale: #848484. Windows color (decimal): -7629041 or 1021835. OLE color: 1021835.
HSL color Cylindrical-coordinate representation of color #8B970F: hue angle of 65.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B970F is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 151 | 15 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.41 |
| HSL | 65.29º | 0.82% | 0.33% | - |
| HSV(B) | 65.29º | 0.9% | 0.59% | - |
| XYZ | 21.8 | 27.66 | 4.64 | - |
| YUV | 131.91 | 62.02 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 15 | 0.08 | 0 | 0.90 | 0.41 | 65.29 | 0.82 | 0.33 |
| Hex | 8B | 97 | F | 8 | 0 | 5A | 29 | 41 | 52 | 21 |
| Octal | 213 | 227 | 17 | 10 | 0 | 132 | 51 | 101 | 122 | 41 |
| Binary | 10001011 | 10010111 | 1111 | 1000 | 0 | 1011010 | 101001 | 1000001 | 1010010 | 100001 |
Color Harmonies of #8B970F
Complementary color
Monochromatic Colors of #8B970F
Black with #8B970F
Text Example
Text Example
White with #8B970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B970F; }
p { color: rgb(139,151,15); }
H1.HeaderClassName
{
color: #8B970F;
}
.AnyTagClassName
{
color: #8B970F;
}
</style>
background-color css
<style>
a { background-color: #8B970F; }
a { background-color: rgb(139,151,15); }
div.DivClassName
{
background-color: #8B970F;
}
.BgClassName
{
background-color: #8B970F;
}
</style>
border-color css
<style>
span { border-color: #8B970F; }
span { border-color: rgb(139,151,15); }
td.TdClassName
{
border-color: #8B970F;
}
.TagClassName
{
border-color: #8B970F;
}
</style>