#85A554

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

Shades of Chelsea Cucumber #85A554

Tints of Chelsea Cucumber #85A554

Color information

#85A554 (or 0x85A554) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A5 and 54. RGB value is (133,165,84). Sum of RGB (Red+Green+Blue) = 133+165+84=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #85A554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A554 is #7A5AAB. Grayscale: #929292. Windows color (decimal): -8018604 or 5547397. OLE color: 5547397.

HSL color Cylindrical-coordinate representation of color #85A554: hue angle of 83.7º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85A554 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB13316584-
CMYK0.1900.490.35
HSL83.7º32.53%48.82%-
HSV(B)83.7º49.09%64.71%-
XYZ24.7332.5413.36-
YUV146.292.9118.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 165 (64.84% from 255) = 43.19%
BLUE value IS 84 (33.20% from 255) = 21.99%
R=34.82%
G=43.19%
B=21.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133165840.1900.490.3583.732.5348.82
Hex85A5541303123542131
Octal20524512423061431244161
Binary100001011010010110101001001101100011000111010100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,165,84); }

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

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

 a { background-color: rgb(133,165,84); }

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

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

 span { border-color: rgb(133,165,84); }

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