#86B35C

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

Shades of Chelsea Cucumber #86B35C

Tints of Chelsea Cucumber #86B35C

Color information

#86B35C (or 0x86B35C) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B3 and 5C. RGB value is (134,179,92). Sum of RGB (Red+Green+Blue) = 134+179+92=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 179 - color contains mainly: green. Hex color #86B35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B35C is #794CA3. Grayscale: #9B9B9B. Windows color (decimal): -7949476 or 6075270. OLE color: 6075270.

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

Color convert

RGB13417992-
CMYK0.2500.490.30
HSL91.03º36.4%53.14%-
HSV(B)91.03º48.6%70.2%-
XYZ27.8838.0816.01-
YUV155.6392.09112.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 179 (70.31% from 255) = 44.20%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=33.09%
G=44.20%
B=22.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal134179920.2500.490.3091.0336.453.14
Hex86B35C190311E5b2435
Octal20626313431061361334465
Binary10000110101100111011100110010110001111101011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,179,92); }

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

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

 a { background-color: rgb(134,179,92); }

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

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

 span { border-color: rgb(134,179,92); }

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