Html Css Color HEX #86A169 Chelsea Cucumber

📋 copy color: '#86A169'

red 134 ◦ green 161 ◦ blue 105

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

Shades of Chelsea Cucumber #86A169

Tints of Chelsea Cucumber #86A169

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

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

R = 33.5%
G = 40.25%
B = 26.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#86A169 (or 0x86A169) is known color: Chelsea Cucumber. HEX triplet: 86, A1 and 69. RGB value is (134,161,105). Sum of RGB (Red+Green+Blue) = 134+161+105=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #86A169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A169 is #795E96. Grayscale: #929292. Windows color (decimal): -7954071 or 6922630. OLE color: 6922630.

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

Color convert

RGB 134 161 105 -
CMYK 0.17 0 0.35 0.37
HSL 88.93º 0.23% 0.52% -
HSV(B) 88.93º 0.35% 0.63% -
XYZ 25.13 31.58 18.14 -
YUV 146.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 134 161 105 0.17 0 0.35 0.37 88.93 0.23 0.52
Hex 86 A1 69 11 0 23 25 59 17 34
Octal 206 241 151 21 0 43 45 131 27 64
Binary 10000110 10100001 1101001 10001 0 100011 100101 1011001 10111 110100

Color Harmonies of #86A169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A169

Black with #86A169

Text Example


Text Example

White with #86A169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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