#85AE4B

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

Shades of Chelsea Cucumber #85AE4B

Tints of Chelsea Cucumber #85AE4B

Color information

#85AE4B (or 0x85AE4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AE and 4B. RGB value is (133,174,75). Sum of RGB (Red+Green+Blue) = 133+174+75=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AE4B is #7A51B4. Grayscale: #969696. Windows color (decimal): -8016309 or 4959877. OLE color: 4959877.

HSL color Cylindrical-coordinate representation of color #85AE4B: hue angle of 84.85º 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 #85AE4B is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB13317475-
CMYK0.2400.570.32
HSL84.85º39.76%48.82%-
HSV(B)84.85º56.9%68.24%-
XYZ26.0835.7712.19-
YUV150.4585.42115.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 174 (68.36% from 255) = 45.55%
BLUE value IS 75 (29.69% from 255) = 19.63%
R=34.82%
G=45.55%
B=19.63%

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
Decimal133174750.2400.570.3284.8539.7648.82
Hex85AE4B1803920552831
Octal20525611330071401255061
Binary100001011010111010010111100001110011000001010101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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