Html Css Color HEX #86A669 Chelsea Cucumber

📋 copy color: '#86A669'

red 134 ◦ green 166 ◦ blue 105

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

Shades of Chelsea Cucumber #86A669

Tints of Chelsea Cucumber #86A669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.99%

 BLUE value IS 105 (41.41% from 255) = 25.93%

R = 33.09%
G = 40.99%
B = 25.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#86A669 (or 0x86A669) is known color: Chelsea Cucumber. HEX triplet: 86, A6 and 69. RGB value is (134,166,105). Sum of RGB (Red+Green+Blue) = 134+166+105=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #86A669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A669 is #795996. Grayscale: #959595. Windows color (decimal): -7952791 or 6923910. OLE color: 6923910.

HSL color Cylindrical-coordinate representation of color #86A669: hue angle of 91.48º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86A669 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 166 105 -
CMYK 0.19 0 0.37 0.35
HSL 91.48º 0.26% 0.53% -
HSV(B) 91.48º 0.37% 0.65% -
XYZ 26.02 33.36 18.43 -
YUV 149.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 134 166 105 0.19 0 0.37 0.35 91.48 0.26 0.53
Hex 86 A6 69 13 0 25 23 5B 1A 35
Octal 206 246 151 23 0 45 43 133 32 65
Binary 10000110 10100110 1101001 10011 0 100101 100011 1011011 11010 110101

Color Harmonies of #86A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A669

Black with #86A669

Text Example


Text Example

White with #86A669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,166,105); }

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

background-color css

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

 a { background-color: rgb(134,166,105); }

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

border-color css

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

 span { border-color: rgb(134,166,105); }

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