Shades of Citron #8B950D
Tints of Citron #8B950D
RGB
CMYK
RGB Variations
Color information
#8B950D (or 0x8B950D) is known color: Citron. HEX triplet: 8B, 95 and 0D. RGB value is (139,149,13). Sum of RGB (Red+Green+Blue) = 139+149+13=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #8B950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B950D is #746AF2. Grayscale: #838383. Windows color (decimal): -7629555 or 890251. OLE color: 890251.
HSL color Cylindrical-coordinate representation of color #8B950D: hue angle of 64.41º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B950D is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 13 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.42 |
| HSL | 64.41º | 0.84% | 0.32% | - |
| HSV(B) | 64.41º | 0.91% | 0.58% | - |
| XYZ | 21.47 | 27.01 | 4.46 | - |
| YUV | 130.51 | 61.69 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 13 | 0.07 | 0 | 0.91 | 0.42 | 64.41 | 0.84 | 0.32 |
| Hex | 8B | 95 | D | 7 | 0 | 5B | 2A | 40 | 54 | 20 |
| Octal | 213 | 225 | 15 | 7 | 0 | 133 | 52 | 100 | 124 | 40 |
| Binary | 10001011 | 10010101 | 1101 | 111 | 0 | 1011011 | 101010 | 1000000 | 1010100 | 100000 |
Color Harmonies of #8B950D
Complementary color
Monochromatic Colors of #8B950D
Black with #8B950D
Text Example
Text Example
White with #8B950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B950D; }
p { color: rgb(139,149,13); }
H1.HeaderClassName
{
color: #8B950D;
}
.AnyTagClassName
{
color: #8B950D;
}
</style>
background-color css
<style>
a { background-color: #8B950D; }
a { background-color: rgb(139,149,13); }
div.DivClassName
{
background-color: #8B950D;
}
.BgClassName
{
background-color: #8B950D;
}
</style>
border-color css
<style>
span { border-color: #8B950D; }
span { border-color: rgb(139,149,13); }
td.TdClassName
{
border-color: #8B950D;
}
.TagClassName
{
border-color: #8B950D;
}
</style>