Html Css Color HEX #86A268 Chelsea Cucumber

📋 copy color: '#86A268'

red 134 ◦ green 162 ◦ blue 104

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

Shades of Chelsea Cucumber #86A268

Tints of Chelsea Cucumber #86A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.5%

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

R = 33.5%
G = 40.5%
B = 26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#86A268 (or 0x86A268) is known color: Chelsea Cucumber. HEX triplet: 86, A2 and 68. RGB value is (134,162,104). Sum of RGB (Red+Green+Blue) = 134+162+104=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #86A268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A268 is #795D97. Grayscale: #939393. Windows color (decimal): -7953816 or 6857350. OLE color: 6857350.

HSL color Cylindrical-coordinate representation of color #86A268: hue angle of 88.97º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86A268 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 162 104 -
CMYK 0.17 0 0.36 0.36
HSL 88.97º 0.24% 0.52% -
HSV(B) 88.97º 0.36% 0.64% -
XYZ 25.25 31.91 17.92 -
YUV 147.02 103.72 118.72 -
System Red Green Blue C M Y K H S L
Decimal 134 162 104 0.17 0 0.36 0.36 88.97 0.24 0.52
Hex 86 A2 68 11 0 24 24 59 18 34
Octal 206 242 150 21 0 44 44 131 30 64
Binary 10000110 10100010 1101000 10001 0 100100 100100 1011001 11000 110100

Color Harmonies of #86A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A268

Black with #86A268

Text Example


Text Example

White with #86A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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