#85A753

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

Shades of Chelsea Cucumber #85A753

Tints of Chelsea Cucumber #85A753

Color information

#85A753 (or 0x85A753) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A7 and 53. RGB value is (133,167,83). Sum of RGB (Red+Green+Blue) = 133+167+83=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #85A753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A753 is #7A58AC. Grayscale: #939393. Windows color (decimal): -8018093 or 5482373. OLE color: 5482373.

HSL color Cylindrical-coordinate representation of color #85A753: hue angle of 84.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85A753 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB13316783-
CMYK0.2000.500.35
HSL84.29º33.6%49.02%-
HSV(B)84.29º50.3%65.49%-
XYZ25.0533.2513.28-
YUV147.2691.74117.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 167 (65.62% from 255) = 43.60%
BLUE value IS 83 (32.81% from 255) = 21.67%
R=34.73%
G=43.60%
B=21.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133167830.2000.500.3584.2933.649.02
Hex85A7531403223542231
Octal20524712324062431244261
Binary100001011010011110100111010001100101000111010100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,167,83); }

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

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

 a { background-color: rgb(133,167,83); }

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

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

 span { border-color: rgb(133,167,83); }

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