#85AE4A

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

Shades of Chelsea Cucumber #85AE4A

Tints of Chelsea Cucumber #85AE4A

Color information

#85AE4A (or 0x85AE4A) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AE and 4A. RGB value is (133,174,74). Sum of RGB (Red+Green+Blue) = 133+174+74=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AE4A is #7A51B5. Grayscale: #969696. Windows color (decimal): -8016310 or 4894341. OLE color: 4894341.

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

Color convert

RGB13317474-
CMYK0.2400.570.32
HSL84.6º40.32%48.63%-
HSV(B)84.6º57.47%68.24%-
XYZ26.0435.7512.01-
YUV150.3484.92115.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=34.91%
G=45.67%
B=19.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133174740.2400.570.3284.640.3248.63
Hex85AE4A1803920552831
Octal20525611230071401255061
Binary100001011010111010010101100001110011000001010101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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