#86B852

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

Shades of Chelsea Cucumber #86B852

Tints of Chelsea Cucumber #86B852

Color information

#86B852 (or 0x86B852) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B8 and 52. RGB value is (134,184,82). Sum of RGB (Red+Green+Blue) = 134+184+82=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #86B852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B852 is #7947AD. Grayscale: #9D9D9D. Windows color (decimal): -7948206 or 5421190. OLE color: 5421190.

HSL color Cylindrical-coordinate representation of color #86B852: hue angle of 89.41º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86B852 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB13418482-
CMYK0.2700.550.28
HSL89.41º41.8%52.16%-
HSV(B)89.41º55.43%72.16%-
XYZ28.4939.9614.19-
YUV157.4285.44111.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.5%
GREEN value IS 184 (72.27% from 255) = 46%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=33.5%
G=46%
B=20.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134184820.2700.550.2889.4141.852.16
Hex86B8521B0371C592a34
Octal20627012233067341315264
Binary10000110101110001010010110110110111111001011001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,184,82); }

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

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

 a { background-color: rgb(134,184,82); }

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

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

 span { border-color: rgb(134,184,82); }

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