#86A148

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

Shades of Chelsea Cucumber #86A148

Tints of Chelsea Cucumber #86A148

Color information

#86A148 (or 0x86A148) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, A1 and 48. RGB value is (134,161,72). Sum of RGB (Red+Green+Blue) = 134+161+72=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #86A148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A148 is #795EB7. Grayscale: #8F8F8F. Windows color (decimal): -7954104 or 4759942. OLE color: 4759942.

HSL color Cylindrical-coordinate representation of color #86A148: hue angle of 78.2º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86A148 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB13416172-
CMYK0.1700.550.37
HSL78.2º38.2%45.69%-
HSV(B)78.2º55.28%63.14%-
XYZ23.7531.0310.87-
YUV142.7888.05121.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=36.51%
G=43.87%
B=19.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal134161720.1700.550.3778.238.245.69
Hex86A14811037254e262e
Octal20624111021067451164656
Binary100001101010000110010001000101101111001011001110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,161,72); }

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

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

 a { background-color: rgb(134,161,72); }

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

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

 span { border-color: rgb(134,161,72); }

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