Shades of Citron #869D08
Tints of Citron #869D08
RGB
CMYK
RGB Variations
Color information
#869D08 (or 0x869D08) is known color: Citron. HEX triplet: 86, 9D and 08. RGB value is (134,157,8). Sum of RGB (Red+Green+Blue) = 134+157+8=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #869D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869D08 is #7962F7. Grayscale: #858585. Windows color (decimal): -7955192 or 564614. OLE color: 564614.
HSL color Cylindrical-coordinate representation of color #869D08: hue angle of 69.26º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #869D08 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 8 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.38 |
| HSL | 69.26º | 0.9% | 0.32% | - |
| HSV(B) | 69.26º | 0.95% | 0.62% | - |
| XYZ | 21.93 | 29.2 | 4.71 | - |
| YUV | 133.14 | 57.38 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 8 | 0.15 | 0 | 0.95 | 0.38 | 69.26 | 0.9 | 0.32 |
| Hex | 86 | 9D | 8 | F | 0 | 5F | 26 | 45 | 5A | 20 |
| Octal | 206 | 235 | 10 | 17 | 0 | 137 | 46 | 105 | 132 | 40 |
| Binary | 10000110 | 10011101 | 1000 | 1111 | 0 | 1011111 | 100110 | 1000101 | 1011010 | 100000 |
Color Harmonies of #869D08
Complementary color
Monochromatic Colors of #869D08
Black with #869D08
Text Example
Text Example
White with #869D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D08; }
p { color: rgb(134,157,8); }
H1.HeaderClassName
{
color: #869D08;
}
.AnyTagClassName
{
color: #869D08;
}
</style>
background-color css
<style>
a { background-color: #869D08; }
a { background-color: rgb(134,157,8); }
div.DivClassName
{
background-color: #869D08;
}
.BgClassName
{
background-color: #869D08;
}
</style>
border-color css
<style>
span { border-color: #869D08; }
span { border-color: rgb(134,157,8); }
td.TdClassName
{
border-color: #869D08;
}
.TagClassName
{
border-color: #869D08;
}
</style>