#869355

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

Shades of Chelsea Cucumber #869355

Tints of Chelsea Cucumber #869355

Color information

#869355 (or 0x869355) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, 93 and 55. RGB value is (134,147,85). Sum of RGB (Red+Green+Blue) = 134+147+85=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #869355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869355 is #796CAA. Grayscale: #888888. Windows color (decimal): -7957675 or 5608326. OLE color: 5608326.

HSL color Cylindrical-coordinate representation of color #869355: hue angle of 72.58º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #869355 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB13414785-
CMYK0.0900.420.42
HSL72.58º26.72%45.49%-
HSV(B)72.58º42.18%57.65%-
XYZ21.926.5912.57-
YUV136.0499.19126.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=36.61%
G=40.16%
B=23.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147850.0900.420.4272.5826.7245.49
Hex869355902A2A491b2d
Octal20622312511052521113355
Binary1000011010010011101010110010101010101010100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869355; }

 p { color: rgb(134,147,85); }

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

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

 a { background-color: rgb(134,147,85); }

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

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

 span { border-color: rgb(134,147,85); }

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