Shades of Citron #869223
Tints of Citron #869223
RGB
CMYK
RGB Variations
Color information
#869223 (or 0x869223) is known color: Citron. HEX triplet: 86, 92 and 23. RGB value is (134,146,35). Sum of RGB (Red+Green+Blue) = 134+146+35=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #869223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869223 is #796DDC. Grayscale: #828282. Windows color (decimal): -7957981 or 2331270. OLE color: 2331270.
HSL color Cylindrical-coordinate representation of color #869223: hue angle of 66.49º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #869223 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 146 | 35 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.43 |
| HSL | 66.49º | 0.61% | 0.35% | - |
| HSV(B) | 66.49º | 0.76% | 0.57% | - |
| XYZ | 20.41 | 25.75 | 5.48 | - |
| YUV | 129.76 | 74.52 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 146 | 35 | 0.08 | 0 | 0.76 | 0.43 | 66.49 | 0.61 | 0.35 |
| Hex | 86 | 92 | 23 | 8 | 0 | 4C | 2B | 42 | 3D | 23 |
| Octal | 206 | 222 | 43 | 10 | 0 | 114 | 53 | 102 | 75 | 43 |
| Binary | 10000110 | 10010010 | 100011 | 1000 | 0 | 1001100 | 101011 | 1000010 | 111101 | 100011 |
Color Harmonies of #869223
Complementary color
Monochromatic Colors of #869223
Black with #869223
Text Example
Text Example
White with #869223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869223; }
p { color: rgb(134,146,35); }
H1.HeaderClassName
{
color: #869223;
}
.AnyTagClassName
{
color: #869223;
}
</style>
background-color css
<style>
a { background-color: #869223; }
a { background-color: rgb(134,146,35); }
div.DivClassName
{
background-color: #869223;
}
.BgClassName
{
background-color: #869223;
}
</style>
border-color css
<style>
span { border-color: #869223; }
span { border-color: rgb(134,146,35); }
td.TdClassName
{
border-color: #869223;
}
.TagClassName
{
border-color: #869223;
}
</style>