#85A163

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

Shades of Chelsea Cucumber #85A163

Tints of Chelsea Cucumber #85A163

Color information

#85A163 (or 0x85A163) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A1 and 63. RGB value is (133,161,99). Sum of RGB (Red+Green+Blue) = 133+161+99=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #85A163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A163 is #7A5E9C. Grayscale: #919191. Windows color (decimal): -8019613 or 6529413. OLE color: 6529413.

HSL color Cylindrical-coordinate representation of color #85A163: hue angle of 87.1º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85A163 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB13316199-
CMYK0.1700.390.37
HSL87.1º24.8%50.98%-
HSV(B)87.1º38.51%63.14%-
XYZ24.6731.3816.56-
YUV145.56101.72119.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 161 (63.28% from 255) = 40.97%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=33.84%
G=40.97%
B=25.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal133161990.1700.390.3787.124.850.98
Hex85A1631102725571933
Octal20524114321047451273163
Binary10000101101000011100011100010100111100101101011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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