Html Css Color HEX #86A266 Chelsea Cucumber

📋 copy color: '#86A266'

red 134 ◦ green 162 ◦ blue 102

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

Shades of Chelsea Cucumber #86A266

Tints of Chelsea Cucumber #86A266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.63%

R = 33.67%
G = 40.7%
B = 25.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#86A266 (or 0x86A266) is known color: Chelsea Cucumber. HEX triplet: 86, A2 and 66. RGB value is (134,162,102). Sum of RGB (Red+Green+Blue) = 134+162+102=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #86A266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A266 is #795D99. Grayscale: #939393. Windows color (decimal): -7953818 or 6726278. OLE color: 6726278.

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

Color convert

RGB 134 162 102 -
CMYK 0.17 0 0.37 0.36
HSL 88º 0.24% 0.52% -
HSV(B) 88º 0.37% 0.64% -
XYZ 25.15 31.87 17.4 -
YUV 146.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 134 162 102 0.17 0 0.37 0.36 88 0.24 0.52
Hex 86 A2 66 11 0 25 24 58 18 34
Octal 206 242 146 21 0 45 44 130 30 64
Binary 10000110 10100010 1100110 10001 0 100101 100100 1011000 11000 110100

Color Harmonies of #86A266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A266

Black with #86A266

Text Example


Text Example

White with #86A266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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