#86B44C

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

Shades of Chelsea Cucumber #86B44C

Tints of Chelsea Cucumber #86B44C

Color information

#86B44C (or 0x86B44C) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B4 and 4C. RGB value is (134,180,76). Sum of RGB (Red+Green+Blue) = 134+180+76=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #86B44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B44C is #794BB3. Grayscale: #9A9A9A. Windows color (decimal): -7949236 or 5026950. OLE color: 5026950.

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

Color convert

RGB13418076-
CMYK0.2600.580.29
HSL86.54º40.94%50.2%-
HSV(B)86.54º57.78%70.59%-
XYZ27.4638.2312.77-
YUV154.3983.76113.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 180 (70.70% from 255) = 46.15%
BLUE value IS 76 (30.08% from 255) = 19.49%
R=34.36%
G=46.15%
B=19.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134180760.2600.580.2986.5440.9450.2
Hex86B44C1A03A1D572932
Octal20626411432072351275162
Binary10000110101101001001100110100111010111011010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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