#85AC51

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

Shades of Chelsea Cucumber #85AC51

Tints of Chelsea Cucumber #85AC51

Color information

#85AC51 (or 0x85AC51) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AC and 51. RGB value is (133,172,81). Sum of RGB (Red+Green+Blue) = 133+172+81=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC51 is #7A53AE. Grayscale: #969696. Windows color (decimal): -8016815 or 5352581. OLE color: 5352581.

HSL color Cylindrical-coordinate representation of color #85AC51: hue angle of 85.71º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85AC51 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB13317281-
CMYK0.2300.530.33
HSL85.71º35.97%49.61%-
HSV(B)85.71º52.91%67.45%-
XYZ25.9135.0913.19-
YUV149.9689.08115.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 172 (67.58% from 255) = 44.56%
BLUE value IS 81 (32.03% from 255) = 20.98%
R=34.46%
G=44.56%
B=20.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133172810.2300.530.3385.7135.9749.61
Hex85AC511703521562432
Octal20525412127065411264462
Binary100001011010110010100011011101101011000011010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,172,81); }

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

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

 a { background-color: rgb(133,172,81); }

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

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

 span { border-color: rgb(133,172,81); }

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