Shades of Citron #869D1D
Tints of Citron #869D1D
RGB
CMYK
RGB Variations
Color information
#869D1D (or 0x869D1D) is known color: Citron. HEX triplet: 86, 9D and 1D. RGB value is (134,157,29). Sum of RGB (Red+Green+Blue) = 134+157+29=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #869D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869D1D is #7962E2. Grayscale: #888888. Windows color (decimal): -7955171 or 1940870. OLE color: 1940870.
HSL color Cylindrical-coordinate representation of color #869D1D: hue angle of 70.78º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #869D1D is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 29 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.38 |
| HSL | 70.78º | 0.69% | 0.36% | - |
| HSV(B) | 70.78º | 0.82% | 0.62% | - |
| XYZ | 22.11 | 29.27 | 5.65 | - |
| YUV | 135.53 | 67.88 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 29 | 0.15 | 0 | 0.82 | 0.38 | 70.78 | 0.69 | 0.36 |
| Hex | 86 | 9D | 1D | F | 0 | 52 | 26 | 47 | 45 | 24 |
| Octal | 206 | 235 | 35 | 17 | 0 | 122 | 46 | 107 | 105 | 44 |
| Binary | 10000110 | 10011101 | 11101 | 1111 | 0 | 1010010 | 100110 | 1000111 | 1000101 | 100100 |
Color Harmonies of #869D1D
Complementary color
Monochromatic Colors of #869D1D
Black with #869D1D
Text Example
Text Example
White with #869D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D1D; }
p { color: rgb(134,157,29); }
H1.HeaderClassName
{
color: #869D1D;
}
.AnyTagClassName
{
color: #869D1D;
}
</style>
background-color css
<style>
a { background-color: #869D1D; }
a { background-color: rgb(134,157,29); }
div.DivClassName
{
background-color: #869D1D;
}
.BgClassName
{
background-color: #869D1D;
}
</style>
border-color css
<style>
span { border-color: #869D1D; }
span { border-color: rgb(134,157,29); }
td.TdClassName
{
border-color: #869D1D;
}
.TagClassName
{
border-color: #869D1D;
}
</style>