Shades of Citron #85940C
Tints of Citron #85940C
RGB
CMYK
RGB Variations
Color information
#85940C (or 0x85940C) is known color: Citron. HEX triplet: 85, 94 and 0C. RGB value is (133,148,12). Sum of RGB (Red+Green+Blue) = 133+148+12=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #85940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85940C is #7A6BF3. Grayscale: #808080. Windows color (decimal): -8023028 or 824453. OLE color: 824453.
HSL color Cylindrical-coordinate representation of color #85940C: hue angle of 66.62º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85940C is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 148 | 12 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.42 |
| HSL | 66.62º | 0.85% | 0.31% | - |
| HSV(B) | 66.62º | 0.92% | 0.58% | - |
| XYZ | 20.33 | 26.19 | 4.33 | - |
| YUV | 128.01 | 62.53 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 12 | 0.10 | 0 | 0.92 | 0.42 | 66.62 | 0.85 | 0.31 |
| Hex | 85 | 94 | C | A | 0 | 5C | 2A | 43 | 55 | 1F |
| Octal | 205 | 224 | 14 | 12 | 0 | 134 | 52 | 103 | 125 | 37 |
| Binary | 10000101 | 10010100 | 1100 | 1010 | 0 | 1011100 | 101010 | 1000011 | 1010101 | 11111 |
Color Harmonies of #85940C
Complementary color
Monochromatic Colors of #85940C
Black with #85940C
Text Example
Text Example
White with #85940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85940C; }
p { color: rgb(133,148,12); }
H1.HeaderClassName
{
color: #85940C;
}
.AnyTagClassName
{
color: #85940C;
}
</style>
background-color css
<style>
a { background-color: #85940C; }
a { background-color: rgb(133,148,12); }
div.DivClassName
{
background-color: #85940C;
}
.BgClassName
{
background-color: #85940C;
}
</style>
border-color css
<style>
span { border-color: #85940C; }
span { border-color: rgb(133,148,12); }
td.TdClassName
{
border-color: #85940C;
}
.TagClassName
{
border-color: #85940C;
}
</style>