Shades of Citrus #85BD09
Tints of Citrus #85BD09
RGB
CMYK
RGB Variations
Color information
#85BD09 (or 0x85BD09) is known color: Citrus. HEX triplet: 85, BD and 09. RGB value is (133,189,9). Sum of RGB (Red+Green+Blue) = 133+189+9=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BD09 is #7A42F6. Grayscale: #989898. Windows color (decimal): -8012535 or 638341. OLE color: 638341.
HSL color Cylindrical-coordinate representation of color #85BD09: hue angle of 78.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85BD09 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 9 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.26 |
| HSL | 78.67º | 0.91% | 0.39% | - |
| HSV(B) | 78.67º | 0.95% | 0.74% | - |
| XYZ | 27.92 | 41.4 | 6.78 | - |
| YUV | 151.74 | 47.45 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 9 | 0.30 | 0 | 0.95 | 0.26 | 78.67 | 0.91 | 0.39 |
| Hex | 85 | BD | 9 | 1E | 0 | 5F | 1A | 4F | 5B | 27 |
| Octal | 205 | 275 | 11 | 36 | 0 | 137 | 32 | 117 | 133 | 47 |
| Binary | 10000101 | 10111101 | 1001 | 11110 | 0 | 1011111 | 11010 | 1001111 | 1011011 | 100111 |
Color Harmonies of #85BD09
Complementary color
Monochromatic Colors of #85BD09
Black with #85BD09
Text Example
Text Example
White with #85BD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD09; }
p { color: rgb(133,189,9); }
H1.HeaderClassName
{
color: #85BD09;
}
.AnyTagClassName
{
color: #85BD09;
}
</style>
background-color css
<style>
a { background-color: #85BD09; }
a { background-color: rgb(133,189,9); }
div.DivClassName
{
background-color: #85BD09;
}
.BgClassName
{
background-color: #85BD09;
}
</style>
border-color css
<style>
span { border-color: #85BD09; }
span { border-color: rgb(133,189,9); }
td.TdClassName
{
border-color: #85BD09;
}
.TagClassName
{
border-color: #85BD09;
}
</style>