#85AC63

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

Shades of Chelsea Cucumber #85AC63

Tints of Chelsea Cucumber #85AC63

Color information

#85AC63 (or 0x85AC63) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AC and 63. RGB value is (133,172,99). Sum of RGB (Red+Green+Blue) = 133+172+99=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC63 is #7A539C. Grayscale: #989898. Windows color (decimal): -8016797 or 6532229. OLE color: 6532229.

HSL color Cylindrical-coordinate representation of color #85AC63: hue angle of 92.05º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85AC63 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB13317299-
CMYK0.2300.420.33
HSL92.05º30.54%53.14%-
HSV(B)92.05º42.44%67.45%-
XYZ26.6835.3917.23-
YUV152.0298.08114.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=32.92%
G=42.57%
B=24.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133172990.2300.420.3392.0530.5453.14
Hex85AC631702A215c1f35
Octal20525414327052411343765
Binary10000101101011001100011101110101010100001101110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,172,99); }

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

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

 a { background-color: rgb(133,172,99); }

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

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

 span { border-color: rgb(133,172,99); }

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