Html Css Color HEX #86A26B Chelsea Cucumber

📋 copy color: '#86A26B'

red 134 ◦ green 162 ◦ blue 107

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

Shades of Chelsea Cucumber #86A26B

Tints of Chelsea Cucumber #86A26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.55%

R = 33.25%
G = 40.2%
B = 26.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#86A26B (or 0x86A26B) is known color: Chelsea Cucumber. HEX triplet: 86, A2 and 6B. RGB value is (134,162,107). Sum of RGB (Red+Green+Blue) = 134+162+107=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #86A26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A26B is #795D94. Grayscale: #939393. Windows color (decimal): -7953813 or 7053958. OLE color: 7053958.

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

Color convert

RGB 134 162 107 -
CMYK 0.17 0 0.34 0.36
HSL 90.55º 0.23% 0.53% -
HSV(B) 90.55º 0.34% 0.64% -
XYZ 25.41 31.97 18.74 -
YUV 147.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 134 162 107 0.17 0 0.34 0.36 90.55 0.23 0.53
Hex 86 A2 6B 11 0 22 24 5B 17 35
Octal 206 242 153 21 0 42 44 133 27 65
Binary 10000110 10100010 1101011 10001 0 100010 100100 1011011 10111 110101

Color Harmonies of #86A26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A26B

Black with #86A26B

Text Example


Text Example

White with #86A26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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