#86B259

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

Shades of Chelsea Cucumber #86B259

Tints of Chelsea Cucumber #86B259

Color information

#86B259 (or 0x86B259) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B2 and 59. RGB value is (134,178,89). Sum of RGB (Red+Green+Blue) = 134+178+89=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #86B259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B259 is #794DA6. Grayscale: #9B9B9B. Windows color (decimal): -7949735 or 5878406. OLE color: 5878406.

HSL color Cylindrical-coordinate representation of color #86B259: hue angle of 89.66º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86B259 is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB13417889-
CMYK0.2500.50.30
HSL89.66º36.63%52.35%-
HSV(B)89.66º50%69.8%-
XYZ27.5637.6315.26-
YUV154.790.92113.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.42%
GREEN value IS 178 (69.92% from 255) = 44.39%
BLUE value IS 89 (35.16% from 255) = 22.19%
R=33.42%
G=44.39%
B=22.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal134178890.2500.50.3089.6636.6352.35
Hex86B259190321E5a2534
Octal20626213131062361324564
Binary10000110101100101011001110010110010111101011010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86B259; }

 p { color: rgb(134,178,89); }

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

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

 a { background-color: rgb(134,178,89); }

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

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

 span { border-color: rgb(134,178,89); }

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