#85A547

Color #85A547 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #85A547

Tints of Chelsea Cucumber #85A547

Color information

#85A547 (or 0x85A547) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A5 and 47. RGB value is (133,165,71). Sum of RGB (Red+Green+Blue) = 133+165+71=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #85A547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A547 is #7A5AB8. Grayscale: #919191. Windows color (decimal): -8018617 or 4695429. OLE color: 4695429.

HSL color Cylindrical-coordinate representation of color #85A547: hue angle of 80.43º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85A547 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB13316571-
CMYK0.1900.570.35
HSL80.43º39.83%46.27%-
HSV(B)80.43º56.97%64.71%-
XYZ24.2732.3510.93-
YUV144.7286.4119.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 71 (28.12% from 255) = 19.24%
R=36.04%
G=44.72%
B=19.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133165710.1900.570.3580.4339.8346.27
Hex85A547130392350282e
Octal20524510723071431205056
Binary100001011010010110001111001101110011000111010000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A547; }

 p { color: rgb(133,165,71); }

 H1.HeaderClassName
 {
   color: #85A547;
 }
 .AnyTagClassName
 {
   color: #85A547;
 }
</style>
background-color css

<style>
 a { background-color: #85A547; }

 a { background-color: rgb(133,165,71); }

 div.DivClassName
 {
   background-color: #85A547;
 }
 .BgClassName
 {
   background-color: #85A547;
 }
</style>
border-color css

<style>
 span { border-color: #85A547; }

 span { border-color: rgb(133,165,71); }

 td.TdClassName
 {
   border-color: #85A547;
 }
 .TagClassName
 {
   border-color: #85A547;
 }
</style>