Shades of Citrus #85B106
Tints of Citrus #85B106
RGB
CMYK
RGB Variations
Color information
#85B106 (or 0x85B106) is known color: Citrus. HEX triplet: 85, B1 and 06. RGB value is (133,177,6). Sum of RGB (Red+Green+Blue) = 133+177+6=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #85B106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B106 is #7A4EF9. Grayscale: #909090. Windows color (decimal): -8015610 or 438661. OLE color: 438661.
HSL color Cylindrical-coordinate representation of color #85B106: hue angle of 75.44º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85B106 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 177 | 6 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.31 |
| HSL | 75.44º | 0.93% | 0.36% | - |
| HSV(B) | 75.44º | 0.97% | 0.69% | - |
| XYZ | 25.43 | 36.44 | 5.87 | - |
| YUV | 144.35 | 49.92 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 6 | 0.25 | 0 | 0.97 | 0.31 | 75.44 | 0.93 | 0.36 |
| Hex | 85 | B1 | 6 | 19 | 0 | 61 | 1F | 4B | 5D | 24 |
| Octal | 205 | 261 | 6 | 31 | 0 | 141 | 37 | 113 | 135 | 44 |
| Binary | 10000101 | 10110001 | 110 | 11001 | 0 | 1100001 | 11111 | 1001011 | 1011101 | 100100 |
Color Harmonies of #85B106
Complementary color
Monochromatic Colors of #85B106
Black with #85B106
Text Example
Text Example
White with #85B106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B106; }
p { color: rgb(133,177,6); }
H1.HeaderClassName
{
color: #85B106;
}
.AnyTagClassName
{
color: #85B106;
}
</style>
background-color css
<style>
a { background-color: #85B106; }
a { background-color: rgb(133,177,6); }
div.DivClassName
{
background-color: #85B106;
}
.BgClassName
{
background-color: #85B106;
}
</style>
border-color css
<style>
span { border-color: #85B106; }
span { border-color: rgb(133,177,6); }
td.TdClassName
{
border-color: #85B106;
}
.TagClassName
{
border-color: #85B106;
}
</style>