#85B063

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

Shades of Chelsea Cucumber #85B063

Tints of Chelsea Cucumber #85B063

Color information

#85B063 (or 0x85B063) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B0 and 63. RGB value is (133,176,99). Sum of RGB (Red+Green+Blue) = 133+176+99=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #85B063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B063 is #7A4F9C. Grayscale: #9A9A9A. Windows color (decimal): -8015773 or 6533253. OLE color: 6533253.

HSL color Cylindrical-coordinate representation of color #85B063: hue angle of 93.51º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85B063 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB13317699-
CMYK0.2400.440.31
HSL93.51º32.77%53.92%-
HSV(B)93.51º43.75%69.02%-
XYZ27.4536.9417.49-
YUV154.3696.75112.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 99 (39.06% from 255) = 24.26%
R=32.60%
G=43.14%
B=24.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133176990.2400.440.3193.5132.7753.92
Hex85B0631802C1F5e2136
Octal20526014330054371364166
Binary10000101101100001100011110000101100111111011110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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