Shades of Citron #869F02
Tints of Citron #869F02
RGB
CMYK
RGB Variations
Color information
#869F02 (or 0x869F02) is known color: Citron. HEX triplet: 86, 9F and 02. RGB value is (134,159,2). Sum of RGB (Red+Green+Blue) = 134+159+2=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #869F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869F02 is #7960FD. Grayscale: #868686. Windows color (decimal): -7954686 or 171910. OLE color: 171910.
HSL color Cylindrical-coordinate representation of color #869F02: hue angle of 69.55º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #869F02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.38 |
| HSL | 69.55º | 0.98% | 0.32% | - |
| HSV(B) | 69.55º | 0.99% | 0.62% | - |
| XYZ | 22.24 | 29.87 | 4.65 | - |
| YUV | 133.63 | 53.72 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 2 | 0.16 | 0 | 0.99 | 0.38 | 69.55 | 0.98 | 0.32 |
| Hex | 86 | 9F | 2 | 10 | 0 | 63 | 26 | 46 | 62 | 20 |
| Octal | 206 | 237 | 2 | 20 | 0 | 143 | 46 | 106 | 142 | 40 |
| Binary | 10000110 | 10011111 | 10 | 10000 | 0 | 1100011 | 100110 | 1000110 | 1100010 | 100000 |
Color Harmonies of #869F02
Complementary color
Monochromatic Colors of #869F02
Black with #869F02
Text Example
Text Example
White with #869F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F02; }
p { color: rgb(134,159,2); }
H1.HeaderClassName
{
color: #869F02;
}
.AnyTagClassName
{
color: #869F02;
}
</style>
background-color css
<style>
a { background-color: #869F02; }
a { background-color: rgb(134,159,2); }
div.DivClassName
{
background-color: #869F02;
}
.BgClassName
{
background-color: #869F02;
}
</style>
border-color css
<style>
span { border-color: #869F02; }
span { border-color: rgb(134,159,2); }
td.TdClassName
{
border-color: #869F02;
}
.TagClassName
{
border-color: #869F02;
}
</style>