#85A857

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

Shades of Chelsea Cucumber #85A857

Tints of Chelsea Cucumber #85A857

Color information

#85A857 (or 0x85A857) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A8 and 57. RGB value is (133,168,87). Sum of RGB (Red+Green+Blue) = 133+168+87=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #85A857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A857 is #7A57A8. Grayscale: #949494. Windows color (decimal): -8017833 or 5744773. OLE color: 5744773.

HSL color Cylindrical-coordinate representation of color #85A857: hue angle of 85.93º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85A857 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB13316887-
CMYK0.2100.480.34
HSL85.93º31.76%50%-
HSV(B)85.93º48.21%65.88%-
XYZ25.433.6814.18-
YUV148.393.4117.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 168 (66.02% from 255) = 43.30%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=34.28%
G=43.30%
B=22.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal133168870.2100.480.3485.9331.7650
Hex85A8571503022562032
Octal20525012725060421264062
Binary100001011010100010101111010101100001000101010110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,168,87); }

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

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

 a { background-color: rgb(133,168,87); }

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

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

 span { border-color: rgb(133,168,87); }

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