#85AC6A

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

Shades of Chelsea Cucumber #85AC6A

Tints of Chelsea Cucumber #85AC6A

Color information

#85AC6A (or 0x85AC6A) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AC and 6A. RGB value is (133,172,106). Sum of RGB (Red+Green+Blue) = 133+172+106=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC6A is #7A5395. Grayscale: #999999. Windows color (decimal): -8016790 or 6990981. OLE color: 6990981.

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

Color convert

RGB133172106-
CMYK0.2300.380.33
HSL95.45º28.45%54.51%-
HSV(B)95.45º38.37%67.45%-
XYZ27.0335.5319.07-
YUV152.82101.58113.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=32.36%
G=41.85%
B=25.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331721060.2300.380.3395.4528.4554.51
Hex85AC6A17026215f1c37
Octal20525415227046411373467
Binary10000101101011001101010101110100110100001101111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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