Html Css Color HEX #86A06B Chelsea Cucumber

📋 copy color: '#86A06B'

red 134 ◦ green 160 ◦ blue 107

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

Shades of Chelsea Cucumber #86A06B

Tints of Chelsea Cucumber #86A06B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.9%

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

R = 33.42%
G = 39.9%
B = 26.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#86A06B (or 0x86A06B) is known color: Chelsea Cucumber. HEX triplet: 86, A0 and 6B. RGB value is (134,160,107). Sum of RGB (Red+Green+Blue) = 134+160+107=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 160 - color contains mainly: green. Hex color #86A06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A06B is #795F94. Grayscale: #929292. Windows color (decimal): -7954325 or 7053446. OLE color: 7053446.

HSL color Cylindrical-coordinate representation of color #86A06B: hue angle of 89.43º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86A06B is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 160 107 -
CMYK 0.16 0 0.33 0.37
HSL 89.43º 0.22% 0.52% -
HSV(B) 89.43º 0.33% 0.63% -
XYZ 25.06 31.27 18.63 -
YUV 146.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 134 160 107 0.16 0 0.33 0.37 89.43 0.22 0.52
Hex 86 A0 6B 10 0 21 25 59 16 34
Octal 206 240 153 20 0 41 45 131 26 64
Binary 10000110 10100000 1101011 10000 0 100001 100101 1011001 10110 110100

Color Harmonies of #86A06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A06B

Black with #86A06B

Text Example


Text Example

White with #86A06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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