#85A356

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

Shades of Chelsea Cucumber #85A356

Tints of Chelsea Cucumber #85A356

Color information

#85A356 (or 0x85A356) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A3 and 56. RGB value is (133,163,86). Sum of RGB (Red+Green+Blue) = 133+163+86=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #85A356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A356 is #7A5CA9. Grayscale: #919191. Windows color (decimal): -8019114 or 5677957. OLE color: 5677957.

HSL color Cylindrical-coordinate representation of color #85A356: hue angle of 83.38º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85A356 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB13316386-
CMYK0.1800.470.36
HSL83.38º30.92%48.82%-
HSV(B)83.38º47.24%63.92%-
XYZ24.4531.8513.66-
YUV145.2594.56119.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 163 (64.06% from 255) = 42.67%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=34.82%
G=42.67%
B=22.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133163860.1800.470.3683.3830.9248.82
Hex85A3561202F24531f31
Octal20524312622057441233761
Binary10000101101000111010110100100101111100100101001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,163,86); }

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

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

 a { background-color: rgb(133,163,86); }

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

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

 span { border-color: rgb(133,163,86); }

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