Shades of Citrus #85B308
Tints of Citrus #85B308
RGB
CMYK
RGB Variations
Color information
#85B308 (or 0x85B308) is known color: Citrus. HEX triplet: 85, B3 and 08. RGB value is (133,179,8). Sum of RGB (Red+Green+Blue) = 133+179+8=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #85B308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B308 is #7A4CF7. Grayscale: #929292. Windows color (decimal): -8015096 or 570245. OLE color: 570245.
HSL color Cylindrical-coordinate representation of color #85B308: hue angle of 76.14º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85B308 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 8 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.30 |
| HSL | 76.14º | 0.91% | 0.37% | - |
| HSV(B) | 76.14º | 0.96% | 0.7% | - |
| XYZ | 25.84 | 37.24 | 6.06 | - |
| YUV | 145.75 | 50.26 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 8 | 0.26 | 0 | 0.96 | 0.30 | 76.14 | 0.91 | 0.37 |
| Hex | 85 | B3 | 8 | 1A | 0 | 60 | 1E | 4C | 5B | 25 |
| Octal | 205 | 263 | 10 | 32 | 0 | 140 | 36 | 114 | 133 | 45 |
| Binary | 10000101 | 10110011 | 1000 | 11010 | 0 | 1100000 | 11110 | 1001100 | 1011011 | 100101 |
Color Harmonies of #85B308
Complementary color
Monochromatic Colors of #85B308
Black with #85B308
Text Example
Text Example
White with #85B308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B308; }
p { color: rgb(133,179,8); }
H1.HeaderClassName
{
color: #85B308;
}
.AnyTagClassName
{
color: #85B308;
}
</style>
background-color css
<style>
a { background-color: #85B308; }
a { background-color: rgb(133,179,8); }
div.DivClassName
{
background-color: #85B308;
}
.BgClassName
{
background-color: #85B308;
}
</style>
border-color css
<style>
span { border-color: #85B308; }
span { border-color: rgb(133,179,8); }
td.TdClassName
{
border-color: #85B308;
}
.TagClassName
{
border-color: #85B308;
}
</style>