#86B459

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

Shades of Chelsea Cucumber #86B459

Tints of Chelsea Cucumber #86B459

Color information

#86B459 (or 0x86B459) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B4 and 59. RGB value is (134,180,89). Sum of RGB (Red+Green+Blue) = 134+180+89=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #86B459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B459 is #794BA6. Grayscale: #9C9C9C. Windows color (decimal): -7949223 or 5878918. OLE color: 5878918.

HSL color Cylindrical-coordinate representation of color #86B459: hue angle of 90.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86B459 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB13418089-
CMYK0.2600.510.29
HSL90.33º37.76%52.75%-
HSV(B)90.33º50.56%70.59%-
XYZ27.9638.4315.4-
YUV155.8790.26112.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 89 (35.16% from 255) = 22.08%
R=33.25%
G=44.67%
B=22.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134180890.2600.510.2990.3337.7652.75
Hex86B4591A0331D5a2635
Octal20626413132063351324665
Binary10000110101101001011001110100110011111011011010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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