#85AC46

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

Shades of Chelsea Cucumber #85AC46

Tints of Chelsea Cucumber #85AC46

Color information

#85AC46 (or 0x85AC46) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AC and 46. RGB value is (133,172,70). Sum of RGB (Red+Green+Blue) = 133+172+70=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AC46 is #7A53B9. Grayscale: #959595. Windows color (decimal): -8016826 or 4631685. OLE color: 4631685.

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

Color convert

RGB13317270-
CMYK0.2300.590.33
HSL82.94º42.15%47.45%-
HSV(B)82.94º59.3%67.45%-
XYZ25.5334.9311.19-
YUV148.7183.58116.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=35.47%
G=45.87%
B=18.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133172700.2300.590.3382.9442.1547.45
Hex85AC461703B21532a2f
Octal20525410627073411235257
Binary100001011010110010001101011101110111000011010011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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