#86ae46

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

Shades of Chelsea Cucumber #86AE46

Tints of Chelsea Cucumber #86AE46

Color information

#86AE46 (or 0x86AE46) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, AE and 46. RGB value is (134,174,70). Sum of RGB (Red+Green+Blue) = 134+174+70=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AE46 is #7951B9. Grayscale: #969696. Windows color (decimal): -7950778 or 4632198. OLE color: 4632198.

HSL color Cylindrical-coordinate representation of color #86AE46: hue angle of 83.08º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86AE46 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB13417470-
CMYK0.2300.600.32
HSL83.08º42.62%47.84%-
HSV(B)83.08º59.77%68.24%-
XYZ26.0735.7811.33-
YUV150.1882.75116.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 174 (68.36% from 255) = 46.03%
BLUE value IS 70 (27.73% from 255) = 18.52%
R=35.45%
G=46.03%
B=18.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134174700.2300.600.3283.0842.6247.84
Hex86AE461703C20532b30
Octal20625610627074401235360
Binary100001101010111010001101011101111001000001010011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ae46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,174,70); }

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

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

 a { background-color: rgb(134,174,70); }

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

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

 span { border-color: rgb(134,174,70); }

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