#85AE43

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

Shades of Chelsea Cucumber #85AE43

Tints of Chelsea Cucumber #85AE43

Color information

#85AE43 (or 0x85AE43) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AE and 43. RGB value is (133,174,67). Sum of RGB (Red+Green+Blue) = 133+174+67=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AE43 is #7A51BC. Grayscale: #959595. Windows color (decimal): -8016317 or 4435589. OLE color: 4435589.

HSL color Cylindrical-coordinate representation of color #85AE43: hue angle of 82.99º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85AE43 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB13317467-
CMYK0.2400.610.32
HSL82.99º44.4%47.25%-
HSV(B)82.99º61.49%68.24%-
XYZ25.8235.6610.83-
YUV149.5481.42116.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 174 (68.36% from 255) = 46.52%
BLUE value IS 67 (26.56% from 255) = 17.91%
R=35.56%
G=46.52%
B=17.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133174670.2400.610.3282.9944.447.25
Hex85AE431803D20532c2f
Octal20525610330075401235457
Binary100001011010111010000111100001111011000001010011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,174,67); }

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

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

 a { background-color: rgb(133,174,67); }

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

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

 span { border-color: rgb(133,174,67); }

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