Shades of Citron #869B08
Tints of Citron #869B08
RGB
CMYK
RGB Variations
Color information
#869B08 (or 0x869B08) is known color: Citron. HEX triplet: 86, 9B and 08. RGB value is (134,155,8). Sum of RGB (Red+Green+Blue) = 134+155+8=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #869B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869B08 is #7964F7. Grayscale: #848484. Windows color (decimal): -7955704 or 564102. OLE color: 564102.
HSL color Cylindrical-coordinate representation of color #869B08: hue angle of 68.57º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #869B08 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 8 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.39 |
| HSL | 68.57º | 0.9% | 0.32% | - |
| HSV(B) | 68.57º | 0.95% | 0.61% | - |
| XYZ | 21.6 | 28.53 | 4.6 | - |
| YUV | 131.96 | 58.04 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 8 | 0.14 | 0 | 0.95 | 0.39 | 68.57 | 0.9 | 0.32 |
| Hex | 86 | 9B | 8 | E | 0 | 5F | 27 | 45 | 5A | 20 |
| Octal | 206 | 233 | 10 | 16 | 0 | 137 | 47 | 105 | 132 | 40 |
| Binary | 10000110 | 10011011 | 1000 | 1110 | 0 | 1011111 | 100111 | 1000101 | 1011010 | 100000 |
Color Harmonies of #869B08
Complementary color
Monochromatic Colors of #869B08
Black with #869B08
Text Example
Text Example
White with #869B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B08; }
p { color: rgb(134,155,8); }
H1.HeaderClassName
{
color: #869B08;
}
.AnyTagClassName
{
color: #869B08;
}
</style>
background-color css
<style>
a { background-color: #869B08; }
a { background-color: rgb(134,155,8); }
div.DivClassName
{
background-color: #869B08;
}
.BgClassName
{
background-color: #869B08;
}
</style>
border-color css
<style>
span { border-color: #869B08; }
span { border-color: rgb(134,155,8); }
td.TdClassName
{
border-color: #869B08;
}
.TagClassName
{
border-color: #869B08;
}
</style>