Shades of Citrus #85BC08
Tints of Citrus #85BC08
RGB
CMYK
RGB Variations
Color information
#85BC08 (or 0x85BC08) is known color: Citrus. HEX triplet: 85, BC and 08. RGB value is (133,188,8). Sum of RGB (Red+Green+Blue) = 133+188+8=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC08 is #7A43F7. Grayscale: #979797. Windows color (decimal): -8012792 or 572549. OLE color: 572549.
HSL color Cylindrical-coordinate representation of color #85BC08: hue angle of 78.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85BC08 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 8 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.26 |
| HSL | 78.33º | 0.92% | 0.38% | - |
| HSV(B) | 78.33º | 0.96% | 0.74% | - |
| XYZ | 27.7 | 40.97 | 6.68 | - |
| YUV | 151.04 | 47.28 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 8 | 0.29 | 0 | 0.96 | 0.26 | 78.33 | 0.92 | 0.38 |
| Hex | 85 | BC | 8 | 1D | 0 | 60 | 1A | 4E | 5C | 26 |
| Octal | 205 | 274 | 10 | 35 | 0 | 140 | 32 | 116 | 134 | 46 |
| Binary | 10000101 | 10111100 | 1000 | 11101 | 0 | 1100000 | 11010 | 1001110 | 1011100 | 100110 |
Color Harmonies of #85BC08
Complementary color
Monochromatic Colors of #85BC08
Black with #85BC08
Text Example
Text Example
White with #85BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC08; }
p { color: rgb(133,188,8); }
H1.HeaderClassName
{
color: #85BC08;
}
.AnyTagClassName
{
color: #85BC08;
}
</style>
background-color css
<style>
a { background-color: #85BC08; }
a { background-color: rgb(133,188,8); }
div.DivClassName
{
background-color: #85BC08;
}
.BgClassName
{
background-color: #85BC08;
}
</style>
border-color css
<style>
span { border-color: #85BC08; }
span { border-color: rgb(133,188,8); }
td.TdClassName
{
border-color: #85BC08;
}
.TagClassName
{
border-color: #85BC08;
}
</style>