#86B457

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

Shades of Chelsea Cucumber #86B457

Tints of Chelsea Cucumber #86B457

Color information

#86B457 (or 0x86B457) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B4 and 57. RGB value is (134,180,87). Sum of RGB (Red+Green+Blue) = 134+180+87=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #86B457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B457 is #794BA8. Grayscale: #9B9B9B. Windows color (decimal): -7949225 or 5747846. OLE color: 5747846.

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

Color convert

RGB13418087-
CMYK0.2600.520.29
HSL89.68º38.27%52.35%-
HSV(B)89.68º51.67%70.59%-
XYZ27.8738.414.96-
YUV155.6489.26112.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.42%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 87 (34.38% from 255) = 21.70%
R=33.42%
G=44.89%
B=21.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134180870.2600.520.2989.6838.2752.35
Hex86B4571A0341D5a2634
Octal20626412732064351324664
Binary10000110101101001010111110100110100111011011010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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