Shades of Citron #86971B
Tints of Citron #86971B
RGB
CMYK
RGB Variations
Color information
#86971B (or 0x86971B) is known color: Citron. HEX triplet: 86, 97 and 1B. RGB value is (134,151,27). Sum of RGB (Red+Green+Blue) = 134+151+27=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #86971B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86971B is #7968E4. Grayscale: #848484. Windows color (decimal): -7956709 or 1808262. OLE color: 1808262.
HSL color Cylindrical-coordinate representation of color #86971B: hue angle of 68.23º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86971B is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 151 | 27 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.41 |
| HSL | 68.23º | 0.7% | 0.35% | - |
| HSV(B) | 68.23º | 0.82% | 0.59% | - |
| XYZ | 21.1 | 27.28 | 5.19 | - |
| YUV | 131.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 151 | 27 | 0.11 | 0 | 0.82 | 0.41 | 68.23 | 0.7 | 0.35 |
| Hex | 86 | 97 | 1B | B | 0 | 52 | 29 | 44 | 46 | 23 |
| Octal | 206 | 227 | 33 | 13 | 0 | 122 | 51 | 104 | 106 | 43 |
| Binary | 10000110 | 10010111 | 11011 | 1011 | 0 | 1010010 | 101001 | 1000100 | 1000110 | 100011 |
Color Harmonies of #86971B
Complementary color
Monochromatic Colors of #86971B
Black with #86971B
Text Example
Text Example
White with #86971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86971B; }
p { color: rgb(134,151,27); }
H1.HeaderClassName
{
color: #86971B;
}
.AnyTagClassName
{
color: #86971B;
}
</style>
background-color css
<style>
a { background-color: #86971B; }
a { background-color: rgb(134,151,27); }
div.DivClassName
{
background-color: #86971B;
}
.BgClassName
{
background-color: #86971B;
}
</style>
border-color css
<style>
span { border-color: #86971B; }
span { border-color: rgb(134,151,27); }
td.TdClassName
{
border-color: #86971B;
}
.TagClassName
{
border-color: #86971B;
}
</style>