Html Css Color HEX #86AE68 Chelsea Cucumber

📋 copy color: '#86AE68'

red 134 ◦ green 174 ◦ blue 104

#86AE68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #86AE68

Tints of Chelsea Cucumber #86AE68

RGB

 RED value IS 134 (52.73% from 255) = 32.52%

 GREEN value IS 174 (68.36% from 255) = 42.23%

 BLUE value IS 104 (41.02% from 255) = 25.24%

R = 32.52%
G = 42.23%
B = 25.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#86AE68 (or 0x86AE68) is known color: Chelsea Cucumber. HEX triplet: 86, AE and 68. RGB value is (134,174,104). Sum of RGB (Red+Green+Blue) = 134+174+104=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AE68 is #795197. Grayscale: #9A9A9A. Windows color (decimal): -7950744 or 6860422. OLE color: 6860422.

HSL color Cylindrical-coordinate representation of color #86AE68: hue angle of 94.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86AE68 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 174 104 -
CMYK 0.23 0 0.40 0.32
HSL 94.29º 0.3% 0.55% -
HSV(B) 94.29º 0.4% 0.68% -
XYZ 27.47 36.34 18.66 -
YUV 154.06 99.75 113.69 -
System Red Green Blue C M Y K H S L
Decimal 134 174 104 0.23 0 0.40 0.32 94.29 0.3 0.55
Hex 86 AE 68 17 0 28 20 5E 1E 37
Octal 206 256 150 27 0 50 40 136 36 67
Binary 10000110 10101110 1101000 10111 0 101000 100000 1011110 11110 110111

Color Harmonies of #86AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AE68

Black with #86AE68

Text Example


Text Example

White with #86AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86AE68;
 }
 .AnyTagClassName
 {
   color: #86AE68;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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