Shades of Chelsea Cucumber #85BC43
Tints of Chelsea Cucumber #85BC43
RGB
CMYK
RGB Variations
Color information
#85BC43 (or 0x85BC43) is known color: Chelsea Cucumber. HEX triplet: 85, BC and 43. RGB value is (133,188,67). Sum of RGB (Red+Green+Blue) = 133+188+67=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC43 is #7A43BC. Grayscale: #9E9E9E. Windows color (decimal): -8012733 or 4439173. OLE color: 4439173.
HSL color Cylindrical-coordinate representation of color #85BC43: hue angle of 87.27º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85BC43 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 67 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.26 |
| HSL | 87.27º | 0.47% | 0.5% | - |
| HSV(B) | 87.27º | 0.64% | 0.74% | - |
| XYZ | 28.67 | 41.36 | 11.78 | - |
| YUV | 157.76 | 76.78 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 67 | 0.29 | 0 | 0.64 | 0.26 | 87.27 | 0.47 | 0.5 |
| Hex | 85 | BC | 43 | 1D | 0 | 40 | 1A | 57 | 2F | 32 |
| Octal | 205 | 274 | 103 | 35 | 0 | 100 | 32 | 127 | 57 | 62 |
| Binary | 10000101 | 10111100 | 1000011 | 11101 | 0 | 1000000 | 11010 | 1010111 | 101111 | 110010 |
Color Harmonies of #85BC43
Complementary color
Monochromatic Colors of #85BC43
Black with #85BC43
Text Example
Text Example
White with #85BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC43; }
p { color: rgb(133,188,67); }
H1.HeaderClassName
{
color: #85BC43;
}
.AnyTagClassName
{
color: #85BC43;
}
</style>
background-color css
<style>
a { background-color: #85BC43; }
a { background-color: rgb(133,188,67); }
div.DivClassName
{
background-color: #85BC43;
}
.BgClassName
{
background-color: #85BC43;
}
</style>
border-color css
<style>
span { border-color: #85BC43; }
span { border-color: rgb(133,188,67); }
td.TdClassName
{
border-color: #85BC43;
}
.TagClassName
{
border-color: #85BC43;
}
</style>