Shades of Chelsea Cucumber #85A548
Tints of Chelsea Cucumber #85A548
RGB
CMYK
RGB Variations
Color information
#85A548 (or 0x85A548) is known color: Chelsea Cucumber. HEX triplet: 85, A5 and 48. RGB value is (133,165,72). Sum of RGB (Red+Green+Blue) = 133+165+72=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #85A548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A548 is #7A5AB7. Grayscale: #919191. Windows color (decimal): -8018616 or 4760965. OLE color: 4760965.
HSL color Cylindrical-coordinate representation of color #85A548: hue angle of 80.65º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85A548 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 72 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.35 |
| HSL | 80.65º | 0.39% | 0.46% | - |
| HSV(B) | 80.65º | 0.56% | 0.65% | - |
| XYZ | 24.3 | 32.36 | 11.1 | - |
| YUV | 144.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 72 | 0.19 | 0 | 0.56 | 0.35 | 80.65 | 0.39 | 0.46 |
| Hex | 85 | A5 | 48 | 13 | 0 | 38 | 23 | 51 | 27 | 2E |
| Octal | 205 | 245 | 110 | 23 | 0 | 70 | 43 | 121 | 47 | 56 |
| Binary | 10000101 | 10100101 | 1001000 | 10011 | 0 | 111000 | 100011 | 1010001 | 100111 | 101110 |
Color Harmonies of #85A548
Complementary color
Monochromatic Colors of #85A548
Black with #85A548
Text Example
Text Example
White with #85A548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A548; }
p { color: rgb(133,165,72); }
H1.HeaderClassName
{
color: #85A548;
}
.AnyTagClassName
{
color: #85A548;
}
</style>
background-color css
<style>
a { background-color: #85A548; }
a { background-color: rgb(133,165,72); }
div.DivClassName
{
background-color: #85A548;
}
.BgClassName
{
background-color: #85A548;
}
</style>
border-color css
<style>
span { border-color: #85A548; }
span { border-color: rgb(133,165,72); }
td.TdClassName
{
border-color: #85A548;
}
.TagClassName
{
border-color: #85A548;
}
</style>