#85955A

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

Shades of Chelsea Cucumber #85955A

Tints of Chelsea Cucumber #85955A

Color information

#85955A (or 0x85955A) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 95 and 5A. RGB value is (133,149,90). Sum of RGB (Red+Green+Blue) = 133+149+90=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #85955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85955A is #7A6AA5. Grayscale: #898989. Windows color (decimal): -8022694 or 5936517. OLE color: 5936517.

HSL color Cylindrical-coordinate representation of color #85955A: hue angle of 76.27º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85955A is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB13314990-
CMYK0.1100.400.42
HSL76.27º24.69%46.86%-
HSV(B)76.27º39.6%58.43%-
XYZ22.2727.2213.75-
YUV137.49101.2124.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 149 (58.59% from 255) = 40.05%
BLUE value IS 90 (35.55% from 255) = 24.19%
R=35.75%
G=40.05%
B=24.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149900.1100.400.4276.2724.6946.86
Hex85955AB0282A4c192f
Octal20522513213050521143157
Binary1000010110010101101101010110101000101010100110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85955A; }

 p { color: rgb(133,149,90); }

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

<style>
 a { background-color: #85955A; }

 a { background-color: rgb(133,149,90); }

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

<style>
 span { border-color: #85955A; }

 span { border-color: rgb(133,149,90); }

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