Html Css Color HEX #86A164 Chelsea Cucumber

📋 copy color: '#86A164'

red 134 ◦ green 161 ◦ blue 100

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

Shades of Chelsea Cucumber #86A164

Tints of Chelsea Cucumber #86A164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.32%

R = 33.92%
G = 40.76%
B = 25.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#86A164 (or 0x86A164) is known color: Chelsea Cucumber. HEX triplet: 86, A1 and 64. RGB value is (134,161,100). Sum of RGB (Red+Green+Blue) = 134+161+100=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #86A164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A164 is #795E9B. Grayscale: #929292. Windows color (decimal): -7954076 or 6594950. OLE color: 6594950.

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

Color convert

RGB 134 161 100 -
CMYK 0.17 0 0.38 0.37
HSL 86.56º 0.24% 0.51% -
HSV(B) 86.56º 0.38% 0.63% -
XYZ 24.88 31.48 16.82 -
YUV 145.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 134 161 100 0.17 0 0.38 0.37 86.56 0.24 0.51
Hex 86 A1 64 11 0 26 25 57 18 33
Octal 206 241 144 21 0 46 45 127 30 63
Binary 10000110 10100001 1100100 10001 0 100110 100101 1010111 11000 110011

Color Harmonies of #86A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A164

Black with #86A164

Text Example


Text Example

White with #86A164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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